interface EndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.EndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#EndpointReference |
![]() | software.amazon.awscdk.services.dms.EndpointReference |
![]() | aws_cdk.aws_dms.EndpointReference |
![]() | aws-cdk-lib » aws_dms » EndpointReference |
A reference to a Endpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dms as dms } from 'aws-cdk-lib';
const endpointReference: dms.EndpointReference = {
endpointId: 'endpointId',
};
Properties
Name | Type | Description |
---|---|---|
endpoint | string | The Id of the Endpoint resource. |
endpointId
Type:
string
The Id of the Endpoint resource.