Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnInstanceProfilePropsMixin.Builder
Packages that use CfnInstanceProfilePropsMixin.Builder
-
Uses of CfnInstanceProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dms
Methods in software.amazon.awscdk.cfnpropertymixins.services.dms that return CfnInstanceProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnInstanceProfilePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone where the instance profile runs.CfnInstanceProfilePropsMixin.Builder.create()CfnInstanceProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInstanceProfilePropsMixin.Builder.description(String description) A description of the instance profile.CfnInstanceProfilePropsMixin.Builder.instanceProfileIdentifier(String instanceProfileIdentifier) The identifier of the instance profile.CfnInstanceProfilePropsMixin.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.CfnInstanceProfilePropsMixin.Builder.networkType(String networkType) Specifies the network type for the instance profile.CfnInstanceProfilePropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies the accessibility options for the instance profile.CfnInstanceProfilePropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) Specifies the accessibility options for the instance profile.CfnInstanceProfilePropsMixin.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.CfnInstanceProfilePropsMixin.Builder.vpcSecurityGroups(List<String> vpcSecurityGroups) The VPC security groups that are used with the instance profile.