Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnReplicationInstancePropsMixin.Builder
Packages that use CfnReplicationInstancePropsMixin.Builder
-
Uses of CfnReplicationInstancePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dms
Methods in software.amazon.awscdk.cfnpropertymixins.services.dms that return CfnReplicationInstancePropsMixin.BuilderModifier and TypeMethodDescriptionCfnReplicationInstancePropsMixin.Builder.allocatedStorage(Number allocatedStorage) The amount of storage (in gigabytes) to be initially allocated for the replication instance.CfnReplicationInstancePropsMixin.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Indicates that major version upgrades are allowed.CfnReplicationInstancePropsMixin.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade) Indicates that major version upgrades are allowed.CfnReplicationInstancePropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.CfnReplicationInstancePropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.CfnReplicationInstancePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone that the replication instance will be created in.CfnReplicationInstancePropsMixin.Builder.create()CfnReplicationInstancePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnReplicationInstancePropsMixin.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.CfnReplicationInstancePropsMixin.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.CfnReplicationInstancePropsMixin.Builder.multiAz(IResolvable multiAz) Specifies whether the replication instance is a Multi-AZ deployment.CfnReplicationInstancePropsMixin.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.CfnReplicationInstancePropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in UTC.CfnReplicationInstancePropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies the accessibility options for the replication instance.CfnReplicationInstancePropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) Specifies the accessibility options for the replication instance.CfnReplicationInstancePropsMixin.Builder.replicationInstanceClass(String replicationInstanceClass) The compute and memory capacity of the replication instance as defined for the specified replication instance class.CfnReplicationInstancePropsMixin.Builder.replicationInstanceIdentifier(String replicationInstanceIdentifier) The replication instance identifier.CfnReplicationInstancePropsMixin.Builder.replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) A subnet group to associate with the replication instance.CfnReplicationInstancePropsMixin.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.CfnReplicationInstancePropsMixin.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) Specifies the virtual private cloud (VPC) security group to be used with the replication instance.