public static final class SecurityGroupImportOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityGroupImportOptions
SecurityGroupImportOptions
SecurityGroupImportOptions.Builder, SecurityGroupImportOptions.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.Boolean |
getAllowAllOutbound()
Mark the SecurityGroup as having been created allowing all outbound traffic.
|
java.lang.Boolean |
getMutable()
If a SecurityGroup is mutable CDK can add rules to existing groups.
|
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.Boolean getAllowAllOutbound()
SecurityGroupImportOptions
Only if this is set to false will egress rules be added to this security group. Be aware, this would undo any potential "all outbound traffic" default.
Default: true
getAllowAllOutbound
in interface SecurityGroupImportOptions
public final java.lang.Boolean getMutable()
SecurityGroupImportOptions
Beware that making a SecurityGroup immutable might lead to issue due to missing ingress/egress rules for new resources.
Default: true
getMutable
in interface SecurityGroupImportOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()