Optional Readonlyinbound(OPTIONAL) A list of inbound rules to define for the Network ACL
ReadonlynameThe name of the Network ACL.
Optional Readonlyoutbound(OPTIONAL) A list of outbound rules to define for the Network ACL
ReadonlysubnetA list of subnets to associate with the Network ACL
Optional Readonlytags(OPTIONAL) A list of tags to attach to the Network ACL
NetworkConfig / VpcConfig | VpcTemplatesConfig / NetworkAclConfig
Network access control list (ACL) configuration.
Description
Use this configuration to define custom network ACLs for your VPC. A network ACL allows or denies specific inbound or outbound traffic at the subnet level. Network ACLs are stateless, which means that responses to allowed inbound traffic are subject to the rules for outbound traffic (and vice versa).
The following example shows an inbound and outbound rule that would allow inbound SSH traffic from the CIDR range 10.0.0.0/16.
Example