AWS::DataZone::ConnectionIn Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.
import { CfnConnection } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnConnectionConfiguration passed to the constructor as CfnConnectionProps.
domainIdentifierRequiredstringThe ID of the domain where the connection is created.
nameRequiredstringThe name of the connection.
awsLocationOptionalIResolvable | AwsLocationPropertyThe location where the connection is created.
descriptionOptionalstringConnection description.
enableTrustedIdentityPropagationOptionalboolean | IResolvableSpecifies whether the trusted identity propagation is enabled.
environmentIdentifierOptionalstringThe ID of the environment where the connection is created.
projectIdentifierOptionalstringThe identifier of the project in which the connection should be created. If
propsOptionalIResolvable | ConnectionPropertiesInputPropertyConnection props.
scopeOptionalstringThe scope of the connection.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::Connection