Passa al contenuto principale

NetworkAcl



Resource Icon

Resource Overview

A service that provides network security management for Subnets.

Associated Resources

Risorse principali

Connected Resources


Valori di configurazione della risorsa

Basic Settings

  • included_vpc_name : Name of the VPC in which the ACL will be created
  • nacl_description : Description of the ACL

Inbound Rules (inbound_rule)

  • inbound_rule.priority : Priority of inbound rules - 0 ~ 199
  • inbound_rule.protocol : Inbound traffic protocol - TCP, UDP, ICMP
  • inbound_rule.rule_action : Whether to allow inbound traffic - ALLOW, DROP
  • inbound_rule.ip_block : Source IP range of inbound traffic (CIDR format)
  • inbound_rule.port_range : Port range to apply inbound rules - 1 ~ 65535

Outbound Rules (outbound_rule)

  • outbound_rule.priority : Priority of outbound rules - 0 ~ 199
  • outbound_rule.protocol : Outbound traffic protocol - TCP, UDP, ICMP
  • outbound_rule.rule_action : Whether to allow outbound traffic - ALLOW, DROP
  • outbound_rule.ip_block : Destination IP range of outbound traffic (CIDR format)
  • outbound_rule.port_range : Port range to apply outbound rules - 1 ~ 65535

References