@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.673Z") @Stability(value=Experimental) public interface SecurityGroupImportOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityGroupImportOptions.Builder
A builder for
SecurityGroupImportOptions |
static class |
SecurityGroupImportOptions.Jsii$Proxy
An implementation for
SecurityGroupImportOptions |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupImportOptions.Builder |
builder() |
default Boolean |
getAllowAllOutbound()
(experimental) Mark the SecurityGroup as having been created allowing all outbound traffic.
|
default Boolean |
getMutable()
(experimental) If a SecurityGroup is mutable CDK can add rules to existing groups.
|
@Stability(value=Experimental) @Nullable default Boolean getAllowAllOutbound()
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
@Stability(value=Experimental) @Nullable default Boolean getMutable()
Beware that making a SecurityGroup immutable might lead to issue due to missing ingress/egress rules for new resources.
Default: true
@Stability(value=Experimental) static SecurityGroupImportOptions.Builder builder()
SecurityGroupImportOptions.Builder of SecurityGroupImportOptionsCopyright © 2021. All rights reserved.