@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.036Z") @Stability(value=Experimental) public interface SecurityGroupContextResponse extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityGroupContextResponse.Builder
A builder for
SecurityGroupContextResponse |
static class |
SecurityGroupContextResponse.Jsii$Proxy
An implementation for
SecurityGroupContextResponse |
Modifier and Type | Method and Description |
---|---|
static SecurityGroupContextResponse.Builder |
builder() |
Boolean |
getAllowAllOutbound()
(experimental) Whether the security group allows all outbound traffic.
|
String |
getSecurityGroupId()
(experimental) The security group's id.
|
@Stability(value=Experimental) @NotNull Boolean getAllowAllOutbound()
This will be true
when the security group has all-protocol egress permissions to access both
0.0.0.0/0
and ::/0
.
@Stability(value=Experimental) @NotNull String getSecurityGroupId()
@Stability(value=Experimental) static SecurityGroupContextResponse.Builder builder()
Copyright © 2021. All rights reserved.