| Package | Description |
|---|---|
| software.amazon.awscdk.services.dms |
AWS Database Migration Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.allocatedStorage(Number allocatedStorage)
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
CfnReplicationInstance.Builder |
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 |
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 |
CfnReplicationInstance.Builder.availabilityZone(String availabilityZone)
The Availability Zone that the replication instance will be created in.
|
static CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.create(software.constructs.Construct scope,
String id) |
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.engineVersion(String engineVersion)
The engine version number of the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.kmsKeyId(String kmsKeyId)
An AWS KMS key identifier that is used to encrypt the data on the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.multiAz(Boolean multiAz)
Specifies whether the replication instance is a Multi-AZ deployment.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.multiAz(IResolvable multiAz)
Specifies whether the replication instance is a Multi-AZ deployment.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in UTC.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.publiclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Specifies the accessibility options for the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.replicationInstanceClass(String replicationInstanceClass)
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.replicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
A subnet group to associate with the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.resourceIdentifier(String resourceIdentifier)
A display name for the resource identifier at the end of the `EndpointArn` response parameter that is returned in the created `Endpoint` object.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.tags(List<? extends CfnTag> tags)
One or more tags to be assigned to the replication instance.
|
CfnReplicationInstance.Builder |
CfnReplicationInstance.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Specifies the virtual private cloud (VPC) security group to be used with the replication instance.
|
Copyright © 2022. All rights reserved.