@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.982Z") @Stability(value=Stable) public interface CfnNetworkAclEntryProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkAclEntryProps.Builder
A builder for
CfnNetworkAclEntryProps |
static class |
CfnNetworkAclEntryProps.Jsii$Proxy
An implementation for
CfnNetworkAclEntryProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkAclEntryProps.Builder |
builder() |
default String |
getCidrBlock()
`AWS::EC2::NetworkAclEntry.CidrBlock`.
|
default Object |
getEgress()
`AWS::EC2::NetworkAclEntry.Egress`.
|
default Object |
getIcmp()
`AWS::EC2::NetworkAclEntry.Icmp`.
|
default String |
getIpv6CidrBlock()
`AWS::EC2::NetworkAclEntry.Ipv6CidrBlock`.
|
String |
getNetworkAclId()
`AWS::EC2::NetworkAclEntry.NetworkAclId`.
|
default Object |
getPortRange()
`AWS::EC2::NetworkAclEntry.PortRange`.
|
Number |
getProtocol()
`AWS::EC2::NetworkAclEntry.Protocol`.
|
String |
getRuleAction()
`AWS::EC2::NetworkAclEntry.RuleAction`.
|
Number |
getRuleNumber()
`AWS::EC2::NetworkAclEntry.RuleNumber`.
|
@Stability(value=Stable) @NotNull String getNetworkAclId()
@Stability(value=Stable) @NotNull Number getProtocol()
@Stability(value=Stable) @NotNull String getRuleAction()
@Stability(value=Stable) @NotNull Number getRuleNumber()
@Stability(value=Stable) @Nullable default String getCidrBlock()
@Stability(value=Stable) @Nullable default Object getEgress()
@Stability(value=Stable) @Nullable default Object getIcmp()
@Stability(value=Stable) @Nullable default String getIpv6CidrBlock()
@Stability(value=Stable) @Nullable default Object getPortRange()
@Stability(value=Stable) static CfnNetworkAclEntryProps.Builder builder()
CfnNetworkAclEntryProps.Builder of CfnNetworkAclEntryPropsCopyright © 2021. All rights reserved.