public static final class CfnResolverConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResolverConfigProps
CfnResolverConfigProps
CfnResolverConfigProps.Builder, CfnResolverConfigProps.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 |
getAutodefinedReverseFlag()
Represents the desired status of `AutodefinedReverse` .
|
java.lang.String |
getResourceId()
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
|
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 getAutodefinedReverseFlag()
CfnResolverConfigProps
The only supported value on creation is DISABLE
. Deletion of this resource will return AutodefinedReverse
to its default value of ENABLED
.
getAutodefinedReverseFlag
in interface CfnResolverConfigProps
public final java.lang.String getResourceId()
CfnResolverConfigProps
getResourceId
in interface CfnResolverConfigProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()