@Stability(value=Experimental) @Internal public static final class SecurityGroupContextResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityGroupContextResponse
SecurityGroupContextResponsesoftware.amazon.jsii.JsiiObject.InitializationModeSecurityGroupContextResponse.Builder, SecurityGroupContextResponse.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean allowAllOutbound,
String securityGroupId)
Constructor that initializes the object based on literal property values passed by the
SecurityGroupContextResponse.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) |
Boolean |
getAllowAllOutbound()
(experimental) Whether the security group allows all outbound traffic.
|
String |
getSecurityGroupId()
(experimental) The security group's id.
|
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(Boolean allowAllOutbound, String securityGroupId)
SecurityGroupContextResponse.Builder.public final Boolean getAllowAllOutbound()
SecurityGroupContextResponse
This will be true
when the security group has all-protocol egress permissions to access both
0.0.0.0/0 and ::/0.
getAllowAllOutbound in interface SecurityGroupContextResponsepublic final String getSecurityGroupId()
SecurityGroupContextResponsegetSecurityGroupId in interface SecurityGroupContextResponse@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.