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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnReplicationInstanceProps
CfnReplicationInstanceProps.Builder, CfnReplicationInstanceProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationInstanceProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe amount of storage (in gigabytes) to be initially allocated for the replication instance.final ObjectIndicates that major version upgrades are allowed.final ObjectA value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.final StringThe Availability Zone that the replication instance will be created in.final StringThe engine version number of the replication instance.final StringAn AWS KMS key identifier that is used to encrypt the data on the replication instance.final ObjectSpecifies whether the replication instance is a Multi-AZ deployment.final StringThe weekly time range during which system maintenance can occur, in UTC.final ObjectSpecifies the accessibility options for the replication instance.final StringThe compute and memory capacity of the replication instance as defined for the specified replication instance class.final StringThe replication instance identifier.final StringA subnet group to associate with the replication instance.final StringA display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject.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 inthashCode()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:CfnReplicationInstancePropsThe 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:
 getReplicationInstanceClassin interfaceCfnReplicationInstanceProps
 - 
getAllocatedStorage
Description copied from interface:CfnReplicationInstancePropsThe amount of storage (in gigabytes) to be initially allocated for the replication instance.- Specified by:
 getAllocatedStoragein interfaceCfnReplicationInstanceProps
 - 
getAllowMajorVersionUpgrade
Description copied from interface:CfnReplicationInstancePropsIndicates 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
truewhen specifying a value for theEngineVersionparameter that is a different major version than the replication instance's current version.- Specified by:
 getAllowMajorVersionUpgradein interfaceCfnReplicationInstanceProps
 - 
getAutoMinorVersionUpgrade
Description copied from interface:CfnReplicationInstancePropsA 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:
 getAutoMinorVersionUpgradein interfaceCfnReplicationInstanceProps
 - 
getAvailabilityZone
Description copied from interface:CfnReplicationInstancePropsThe 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:
 getAvailabilityZonein interfaceCfnReplicationInstanceProps
 - 
getEngineVersion
Description copied from interface:CfnReplicationInstancePropsThe 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:
 getEngineVersionin interfaceCfnReplicationInstanceProps
 - 
getKmsKeyId
Description copied from interface:CfnReplicationInstancePropsAn AWS KMS key identifier that is used to encrypt the data on the replication instance.If you don't specify a value for the
KmsKeyIdparameter, 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:
 getKmsKeyIdin interfaceCfnReplicationInstanceProps
 - 
getMultiAz
Description copied from interface:CfnReplicationInstancePropsSpecifies whether the replication instance is a Multi-AZ deployment.You can't set the
AvailabilityZoneparameter if the Multi-AZ parameter is set totrue.- Specified by:
 getMultiAzin interfaceCfnReplicationInstanceProps
 - 
getPreferredMaintenanceWindow
Description copied from interface:CfnReplicationInstancePropsThe weekly time range during which system maintenance can occur, in UTC.Format :
ddd:hh24:mi-ddd:hh24:miDefault : 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|SunConstraints : Minimum 30-minute window.
- Specified by:
 getPreferredMaintenanceWindowin interfaceCfnReplicationInstanceProps
 - 
getPubliclyAccessible
Description copied from interface:CfnReplicationInstancePropsSpecifies the accessibility options for the replication instance.A value of
truerepresents an instance with a public IP address. A value offalserepresents an instance with a private IP address. The default value istrue.- Specified by:
 getPubliclyAccessiblein interfaceCfnReplicationInstanceProps
 - 
getReplicationInstanceIdentifier
Description copied from interface:CfnReplicationInstancePropsThe 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:
 getReplicationInstanceIdentifierin interfaceCfnReplicationInstanceProps
 - 
getReplicationSubnetGroupIdentifier
Description copied from interface:CfnReplicationInstancePropsA subnet group to associate with the replication instance.- Specified by:
 getReplicationSubnetGroupIdentifierin interfaceCfnReplicationInstanceProps
 - 
getResourceIdentifier
Description copied from interface:CfnReplicationInstancePropsA display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject.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 theEndpointArnvaluearn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't specify aResourceIdentifiervalue, AWS DMS generates a default identifier value for the end ofEndpointArn.- Specified by:
 getResourceIdentifierin interfaceCfnReplicationInstanceProps
 - 
getTags
Description copied from interface:CfnReplicationInstancePropsOne or more tags to be assigned to the replication instance.- Specified by:
 getTagsin interfaceCfnReplicationInstanceProps
 - 
getVpcSecurityGroupIds
Description copied from interface:CfnReplicationInstancePropsSpecifies 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:
 getVpcSecurityGroupIdsin interfaceCfnReplicationInstanceProps
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -