public static final class CfnConnection.PhysicalConnectionRequirementsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnection.PhysicalConnectionRequirementsProperty
CfnConnection.PhysicalConnectionRequirementsProperty
CfnConnection.PhysicalConnectionRequirementsProperty.Builder, CfnConnection.PhysicalConnectionRequirementsProperty.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 |
getAvailabilityZone()
The connection's Availability Zone.
|
java.util.List<java.lang.String> |
getSecurityGroupIdList()
The security group ID list used by the connection.
|
java.lang.String |
getSubnetId()
The subnet ID used by the connection.
|
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 getAvailabilityZone()
CfnConnection.PhysicalConnectionRequirementsProperty
This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
getAvailabilityZone
in interface CfnConnection.PhysicalConnectionRequirementsProperty
public final java.util.List<java.lang.String> getSecurityGroupIdList()
CfnConnection.PhysicalConnectionRequirementsProperty
getSecurityGroupIdList
in interface CfnConnection.PhysicalConnectionRequirementsProperty
public final java.lang.String getSubnetId()
CfnConnection.PhysicalConnectionRequirementsProperty
getSubnetId
in interface CfnConnection.PhysicalConnectionRequirementsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()