@Stability(value=Stable) @Internal public static final class CfnDBSubnetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBSubnetGroupProps
CfnDBSubnetGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBSubnetGroupProps.Builder, CfnDBSubnetGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBSubnetGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBSubnetGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDbSubnetGroupDescription()
The description for the DB subnet group.
|
String |
getDbSubnetGroupName()
The name for the DB subnet group.
|
List<String> |
getSubnetIds()
The EC2 Subnet IDs for the DB subnet group.
|
List<CfnTag> |
getTags()
Tags to assign to the DB subnet group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBSubnetGroupProps.Builder builder)
CfnDBSubnetGroupProps.Builder.public final String getDbSubnetGroupDescription()
CfnDBSubnetGroupPropsgetDbSubnetGroupDescription in interface CfnDBSubnetGroupPropspublic final List<String> getSubnetIds()
CfnDBSubnetGroupPropsgetSubnetIds in interface CfnDBSubnetGroupPropspublic final String getDbSubnetGroupName()
CfnDBSubnetGroupPropsConstraints: Must contain no more than 255 lowercase alphanumeric characters or hyphens. Must not be "Default".
Example: mysubnetgroup
getDbSubnetGroupName in interface CfnDBSubnetGroupPropspublic final List<CfnTag> getTags()
CfnDBSubnetGroupPropsgetTags in interface CfnDBSubnetGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.