SetAclRequest: {
    defaultPolicy: Action;
    isIpv6: boolean;
    region?: Region;
    rules: VPC.v2.AclRule[];
    vpcId: string;
}

Type declaration

  • defaultPolicy: Action

    Action to take for packets which do not match any rules.

  • 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.

  • rules: VPC.v2.AclRule[]

    List of Network ACL rules.

  • vpcId: string

    ID of the Network ACL's VPC.