Uses of Class
software.amazon.awscdk.services.dms.CfnInstanceProfile.Builder
Packages that use CfnInstanceProfile.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnInstanceProfile.Builder in software.amazon.awscdk.services.dms
Methods in software.amazon.awscdk.services.dms that return CfnInstanceProfile.BuilderModifier and TypeMethodDescriptionCfnInstanceProfile.Builder.availabilityZone(String availabilityZone) The Availability Zone where the instance profile runs.static CfnInstanceProfile.BuilderCfnInstanceProfile.Builder.description(String description) A description of the instance profile.CfnInstanceProfile.Builder.instanceProfileIdentifier(String instanceProfileIdentifier) The identifier of the instance profile.CfnInstanceProfile.Builder.instanceProfileName(String instanceProfileName) The user-friendly name for the instance profile.The Amazon Resource Name (ARN) of the AWS key that is used to encrypt the connection parameters for the instance profile.CfnInstanceProfile.Builder.networkType(String networkType) Specifies the network type for the instance profile.CfnInstanceProfile.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies the accessibility options for the instance profile.CfnInstanceProfile.Builder.publiclyAccessible(IResolvable publiclyAccessible) Specifies the accessibility options for the instance profile.CfnInstanceProfile.Builder.subnetGroupIdentifier(String subnetGroupIdentifier) The identifier of the subnet group that is associated with the instance profile.An array of key-value pairs to apply to this resource.CfnInstanceProfile.Builder.vpcSecurityGroups(List<String> vpcSecurityGroups) The VPC security groups that are used with the instance profile.