@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.224Z") @Stability(value=Stable) public interface CfnNetworkAclEntryProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-networkaclid@Stability(value=Stable) @NotNull Number getProtocol()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-protocol@Stability(value=Stable) @NotNull String getRuleAction()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ruleaction@Stability(value=Stable) @NotNull Number getRuleNumber()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-rulenumber@Stability(value=Stable) @Nullable default String getCidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-cidrblock@Stability(value=Stable) @Nullable default Object getEgress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-egress@Stability(value=Stable) @Nullable default Object getIcmp()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-icmp@Stability(value=Stable) @Nullable default String getIpv6CidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-ipv6cidrblock@Stability(value=Stable) @Nullable default Object getPortRange()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html#cfn-ec2-networkaclentry-portrange@Stability(value=Stable) static CfnNetworkAclEntryProps.Builder builder()
CfnNetworkAclEntryProps.Builder of CfnNetworkAclEntryPropsCopyright © 2020. All rights reserved.