@Stability(value=Experimental) @Internal public static final class SecurityGroupImportOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityGroupImportOptions
SecurityGroupImportOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSecurityGroupImportOptions.Builder, SecurityGroupImportOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean allowAllOutbound,
Boolean mutable)
Constructor that initializes the object based on literal property values passed by the
SecurityGroupImportOptions.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) Mark the SecurityGroup as having been created allowing all outbound traffic.
|
Boolean |
getMutable()
(experimental) If a SecurityGroup is mutable CDK can add rules to existing groups.
|
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, Boolean mutable)
SecurityGroupImportOptions.Builder.public final Boolean getAllowAllOutbound()
SecurityGroupImportOptionsOnly 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 SecurityGroupImportOptionspublic final Boolean getMutable()
SecurityGroupImportOptionsBeware that making a SecurityGroup immutable might lead to issue due to missing ingress/egress rules for new resources.
Default: true
getMutable in interface SecurityGroupImportOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.