AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::Connection

CfnConnection

In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Import

import { CfnConnection } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnConnection

Properties

Configuration passed to the constructor as CfnConnectionProps.

domainIdentifierRequired
string

The ID of the domain where the connection is created.

nameRequired
string

The name of the connection.

awsLocationOptional
IResolvable | AwsLocationProperty

The location where the connection is created.

descriptionOptional
string

Connection description.

enableTrustedIdentityPropagationOptional
boolean | IResolvable

Specifies whether the trusted identity propagation is enabled.

environmentIdentifierOptional
string

The ID of the environment where the connection is created.

projectIdentifierOptional
string

The identifier of the project in which the connection should be created. If

propsOptional
IResolvable | ConnectionPropertiesInputProperty

Connection props.

scopeOptional
string

The scope of the connection.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter