interface ConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.ConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#ConnectionReference |
![]() | software.amazon.awscdk.services.datazone.ConnectionReference |
![]() | aws_cdk.aws_datazone.ConnectionReference |
![]() | aws-cdk-lib » aws_datazone » ConnectionReference |
A reference to a Connection resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const connectionReference: datazone.ConnectionReference = {
connectionId: 'connectionId',
domainId: 'domainId',
};
Properties
Name | Type | Description |
---|---|---|
connection | string | The ConnectionId of the Connection resource. |
domain | string | The DomainId of the Connection resource. |
connectionId
Type:
string
The ConnectionId of the Connection resource.
domainId
Type:
string
The DomainId of the Connection resource.