@Stability(value=Stable)
public static interface CfnSecurityGroup.EgressProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSecurityGroup.EgressProperty.Builder
A builder for
CfnSecurityGroup.EgressProperty |
static class |
CfnSecurityGroup.EgressProperty.Jsii$Proxy
An implementation for
CfnSecurityGroup.EgressProperty |
Modifier and Type | Method and Description |
---|---|
static CfnSecurityGroup.EgressProperty.Builder |
builder() |
default String |
getCidrIp()
`CfnSecurityGroup.EgressProperty.CidrIp`.
|
default String |
getCidrIpv6()
`CfnSecurityGroup.EgressProperty.CidrIpv6`.
|
default String |
getDescription()
`CfnSecurityGroup.EgressProperty.Description`.
|
default String |
getDestinationPrefixListId()
`CfnSecurityGroup.EgressProperty.DestinationPrefixListId`.
|
default String |
getDestinationSecurityGroupId()
`CfnSecurityGroup.EgressProperty.DestinationSecurityGroupId`.
|
default Number |
getFromPort()
`CfnSecurityGroup.EgressProperty.FromPort`.
|
String |
getIpProtocol()
`CfnSecurityGroup.EgressProperty.IpProtocol`.
|
default Number |
getToPort()
`CfnSecurityGroup.EgressProperty.ToPort`.
|
@Stability(value=Stable) @NotNull String getIpProtocol()
@Stability(value=Stable) @Nullable default String getCidrIp()
@Stability(value=Stable) @Nullable default String getCidrIpv6()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDestinationPrefixListId()
@Stability(value=Stable) @Nullable default String getDestinationSecurityGroupId()
@Stability(value=Stable) @Nullable default Number getFromPort()
@Stability(value=Stable) @Nullable default Number getToPort()
@Stability(value=Stable) static CfnSecurityGroup.EgressProperty.Builder builder()
Copyright © 2021. All rights reserved.