GetAclRequest: { isIpv6: boolean; region?: Region; vpcId: string }

Type declaration

  • isIpv6: boolean

    Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • vpcId: string

    ID of the Network ACL's VPC.