Uses of Class
software.amazon.awscdk.services.dms.CfnReplicationInstance.Builder
Packages that use CfnReplicationInstance.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnReplicationInstance.Builder in software.amazon.awscdk.services.dms
Methods in software.amazon.awscdk.services.dms that return CfnReplicationInstance.BuilderModifier and TypeMethodDescriptionCfnReplicationInstance.Builder.allocatedStorage
(Number allocatedStorage) The amount of storage (in gigabytes) to be initially allocated for the replication instance.CfnReplicationInstance.Builder.allowMajorVersionUpgrade
(Boolean allowMajorVersionUpgrade) Indicates that major version upgrades are allowed.CfnReplicationInstance.Builder.allowMajorVersionUpgrade
(IResolvable allowMajorVersionUpgrade) Indicates that major version upgrades are allowed.CfnReplicationInstance.Builder.autoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.CfnReplicationInstance.Builder.autoMinorVersionUpgrade
(IResolvable autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.CfnReplicationInstance.Builder.availabilityZone
(String availabilityZone) The Availability Zone that the replication instance will be created in.CfnReplicationInstance.Builder.engineVersion
(String engineVersion) The engine version number of the replication instance.An AWS KMS key identifier that is used to encrypt the data on the replication instance.Specifies whether the replication instance is a Multi-AZ deployment.CfnReplicationInstance.Builder.multiAz
(IResolvable multiAz) Specifies whether the replication instance is a Multi-AZ deployment.CfnReplicationInstance.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in UTC.CfnReplicationInstance.Builder.publiclyAccessible
(Boolean publiclyAccessible) Specifies the accessibility options for the replication instance.CfnReplicationInstance.Builder.publiclyAccessible
(IResolvable publiclyAccessible) Specifies the accessibility options for the replication instance.CfnReplicationInstance.Builder.replicationInstanceClass
(String replicationInstanceClass) The compute and memory capacity of the replication instance as defined for the specified replication instance class.CfnReplicationInstance.Builder.replicationInstanceIdentifier
(String replicationInstanceIdentifier) The replication instance identifier.CfnReplicationInstance.Builder.replicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) A subnet group to associate with the replication instance.CfnReplicationInstance.Builder.resourceIdentifier
(String resourceIdentifier) A display name for the resource identifier at the end of theEndpointArn
response parameter that is returned in the createdEndpoint
object.One or more tags to be assigned to the replication instance.CfnReplicationInstance.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) Specifies the virtual private cloud (VPC) security group to be used with the replication instance.