AWS::DMS::InstanceProfileProvides information that defines an instance profile.
import { CfnInstanceProfile } from 'aws-cdk-lib/aws-dms';Or use the module namespace:
import * as dms from 'aws-cdk-lib/aws-dms';
// dms.CfnInstanceProfileConfiguration passed to the constructor as CfnInstanceProfileProps.
availabilityZoneOptionalstringThe Availability Zone where the instance profile runs.
descriptionOptionalstringA description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
instanceProfileIdentifierOptionalstringThe identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
instanceProfileNameOptionalstringThe user-friendly name for the instance profile.
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) of the AWS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the `KmsKeyArn` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
networkTypeOptionalstringSpecifies the network type for the instance profile. A value of `IPV4` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of `IPV6` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of `DUAL` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
publiclyAccessibleOptionalboolean | IResolvableSpecifies the accessibility options for the instance profile. A value of `true` represents an instance profile with a public IP address. A value of `false` represents an instance profile with a private IP address. The default value is `true` .
Default: - false
subnetGroupIdentifierOptionalstringThe identifier of the subnet group that is associated with the instance profile.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
vpcSecurityGroupsOptionalstring[]The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.
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-dmsAWS::DMS::InstanceProfile