interface InstanceProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.InstanceProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#InstanceProfileReference |
![]() | software.amazon.awscdk.services.dms.InstanceProfileReference |
![]() | aws_cdk.aws_dms.InstanceProfileReference |
![]() | aws-cdk-lib » aws_dms » InstanceProfileReference |
A reference to a InstanceProfile 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 instanceProfileReference: dms.InstanceProfileReference = {
instanceProfileArn: 'instanceProfileArn',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The InstanceProfileArn of the InstanceProfile resource. |
instanceProfileArn
Type:
string
The InstanceProfileArn of the InstanceProfile resource.