public static final class ClusterSubnetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterSubnetGroupProps
ClusterSubnetGroupProps
ClusterSubnetGroupProps.Builder, ClusterSubnetGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDescription()
(experimental) Description of the subnet group.
|
RemovalPolicy |
getRemovalPolicy()
(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
IVpc |
getVpc()
(experimental) The VPC to place the subnet group in.
|
SubnetSelection |
getVpcSubnets()
(experimental) Which subnets within the VPC to associate with this group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
ClusterSubnetGroupProps
getDescription
in interface ClusterSubnetGroupProps
public final IVpc getVpc()
ClusterSubnetGroupProps
getVpc
in interface ClusterSubnetGroupProps
public final RemovalPolicy getRemovalPolicy()
ClusterSubnetGroupProps
Default: RemovalPolicy.RETAIN
getRemovalPolicy
in interface ClusterSubnetGroupProps
public final SubnetSelection getVpcSubnets()
ClusterSubnetGroupProps
Default: - private subnets
getVpcSubnets
in interface ClusterSubnetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()