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.dnsNameServers(String dnsNameServers) A list of custom DNS name servers supported for the replication instance to access your on-premise source or target database.CfnReplicationInstance.Builder.engineVersion(String engineVersion) The engine version number of the replication instance.An AWS 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.networkType(String networkType) The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing.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 theEndpointArnresponse parameter that is returned in the createdEndpointobject.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.