Class CfnReplicationInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationInstanceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationInstanceProps
CfnReplicationInstanceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnReplicationInstanceProps
CfnReplicationInstanceProps.Builder, CfnReplicationInstanceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReplicationInstanceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The amount of storage (in gigabytes) to be initially allocated for the replication instance.final Object
Indicates that major version upgrades are allowed.final Object
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.final String
The Availability Zone that the replication instance will be created in.final String
The engine version number of the replication instance.final String
An AWS KMS key identifier that is used to encrypt the data on the replication instance.final Object
Specifies whether the replication instance is a Multi-AZ deployment.final String
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.final String
The weekly time range during which system maintenance can occur, in UTC.final Object
Specifies the accessibility options for the replication instance.final String
The compute and memory capacity of the replication instance as defined for the specified replication instance class.final String
The replication instance identifier.final String
A subnet group to associate with the replication instance.final String
A display name for the resource identifier at the end of theEndpointArn
response parameter that is returned in the createdEndpoint
object.getTags()
One or more tags to be assigned to the replication instance.Specifies the virtual private cloud (VPC) security group to be used with the replication instance.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReplicationInstanceProps.Builder
.
-
-
Method Details
-
getReplicationInstanceClass
Description copied from interface:CfnReplicationInstanceProps
The compute and memory capacity of the replication instance as defined for the specified replication instance class.For example, to specify the instance class dms.c4.large, set this parameter to
"dms.c4.large"
. For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration in the AWS Database Migration Service User Guide .- Specified by:
getReplicationInstanceClass
in interfaceCfnReplicationInstanceProps
- See Also:
-
getAllocatedStorage
Description copied from interface:CfnReplicationInstanceProps
The amount of storage (in gigabytes) to be initially allocated for the replication instance.- Specified by:
getAllocatedStorage
in interfaceCfnReplicationInstanceProps
- See Also:
-
getAllowMajorVersionUpgrade
Description copied from interface:CfnReplicationInstanceProps
Indicates that major version upgrades are allowed.Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.
This parameter must be set to
true
when specifying a value for theEngineVersion
parameter that is a different major version than the replication instance's current version.- Specified by:
getAllowMajorVersionUpgrade
in interfaceCfnReplicationInstanceProps
- See Also:
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnReplicationInstanceProps
A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.This parameter defaults to
true
.Default:
true
- Specified by:
getAutoMinorVersionUpgrade
in interfaceCfnReplicationInstanceProps
- See Also:
-
getAvailabilityZone
Description copied from interface:CfnReplicationInstanceProps
The Availability Zone that the replication instance will be created in.The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region , for example
us-east-1d
.- Specified by:
getAvailabilityZone
in interfaceCfnReplicationInstanceProps
- See Also:
-
getEngineVersion
Description copied from interface:CfnReplicationInstanceProps
The engine version number of the replication instance.If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.
- Specified by:
getEngineVersion
in interfaceCfnReplicationInstanceProps
- See Also:
-
getKmsKeyId
Description copied from interface:CfnReplicationInstanceProps
An AWS KMS key identifier that is used to encrypt the data on the replication instance.If you don't specify a value for the
KmsKeyId
parameter, AWS DMS uses your default encryption key.AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
- Specified by:
getKmsKeyId
in interfaceCfnReplicationInstanceProps
- See Also:
-
getMultiAz
Description copied from interface:CfnReplicationInstanceProps
Specifies whether the replication instance is a Multi-AZ deployment.You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set totrue
.- Specified by:
getMultiAz
in interfaceCfnReplicationInstanceProps
- See Also:
-
getNetworkType
Description copied from interface:CfnReplicationInstanceProps
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.IPv6 only is not yet supported.
- Specified by:
getNetworkType
in interfaceCfnReplicationInstanceProps
- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnReplicationInstanceProps
The weekly time range during which system maintenance can occur, in UTC.Format :
ddd:hh24:mi-ddd:hh24:mi
Default : A 30-minute window selected at random from an 8-hour block of time per AWS Region , occurring on a random day of the week.
Valid days (
ddd
):Mon
|Tue
|Wed
|Thu
|Fri
|Sat
|Sun
Constraints : Minimum 30-minute window.
- Specified by:
getPreferredMaintenanceWindow
in interfaceCfnReplicationInstanceProps
- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnReplicationInstanceProps
Specifies the accessibility options for the replication instance.A value of
true
represents an instance with a public IP address. A value offalse
represents an instance with a private IP address. The default value istrue
.- Specified by:
getPubliclyAccessible
in interfaceCfnReplicationInstanceProps
- See Also:
-
getReplicationInstanceIdentifier
Description copied from interface:CfnReplicationInstanceProps
The replication instance identifier. This parameter is stored as a lowercase string.Constraints:
- Must contain 1-63 alphanumeric characters or hyphens.
- First character must be a letter.
- Can't end with a hyphen or contain two consecutive hyphens.
Example:
myrepinstance
- Specified by:
getReplicationInstanceIdentifier
in interfaceCfnReplicationInstanceProps
- See Also:
-
getReplicationSubnetGroupIdentifier
Description copied from interface:CfnReplicationInstanceProps
A subnet group to associate with the replication instance.- Specified by:
getReplicationSubnetGroupIdentifier
in interfaceCfnReplicationInstanceProps
- See Also:
-
getResourceIdentifier
Description copied from interface:CfnReplicationInstanceProps
A display name for the resource identifier at the end of theEndpointArn
response parameter that is returned in the createdEndpoint
object.The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as
Example-App-ARN1
. For example, this value might result in theEndpointArn
valuearn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify aResourceIdentifier
value, AWS DMS generates a default identifier value for the end ofEndpointArn
.- Specified by:
getResourceIdentifier
in interfaceCfnReplicationInstanceProps
- See Also:
-
getTags
Description copied from interface:CfnReplicationInstanceProps
One or more tags to be assigned to the replication instance.- Specified by:
getTags
in interfaceCfnReplicationInstanceProps
- See Also:
-
getVpcSecurityGroupIds
Description copied from interface:CfnReplicationInstanceProps
Specifies the virtual private cloud (VPC) security group to be used with the replication instance.The VPC security group must work with the VPC containing the replication instance.
- Specified by:
getVpcSecurityGroupIds
in interfaceCfnReplicationInstanceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-