Class CfnReplicationSubnetGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnReplicationSubnetGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationSubnetGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationSubnetGroupProps
@Stability(Stable)
@Internal
public static final class CfnReplicationSubnetGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationSubnetGroupProps
An implementation for
CfnReplicationSubnetGroupProps
-
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.CfnReplicationSubnetGroupProps
CfnReplicationSubnetGroupProps.Builder, CfnReplicationSubnetGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReplicationSubnetGroupProps.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 String
The description for the subnet group.final String
The identifier for the replication subnet group.One or more subnet IDs to be assigned to the subnet group.getTags()
One or more tags to be assigned to the subnet group.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 theCfnReplicationSubnetGroupProps.Builder
.
-
-
Method Details
-
getReplicationSubnetGroupDescription
Description copied from interface:CfnReplicationSubnetGroupProps
The description for the subnet group.- Specified by:
getReplicationSubnetGroupDescription
in interfaceCfnReplicationSubnetGroupProps
-
getSubnetIds
Description copied from interface:CfnReplicationSubnetGroupProps
One or more subnet IDs to be assigned to the subnet group.- Specified by:
getSubnetIds
in interfaceCfnReplicationSubnetGroupProps
-
getReplicationSubnetGroupIdentifier
Description copied from interface:CfnReplicationSubnetGroupProps
The identifier for the replication subnet group.If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the identifier.
- Specified by:
getReplicationSubnetGroupIdentifier
in interfaceCfnReplicationSubnetGroupProps
-
getTags
Description copied from interface:CfnReplicationSubnetGroupProps
One or more tags to be assigned to the subnet group.- Specified by:
getTags
in interfaceCfnReplicationSubnetGroupProps
-
$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()
-