UpdateAclRequest: {
    aclId: string;
    action: AclAction;
    description?: string;
    index: number;
    match?: AclMatch;
    name: string;
    region?: Region;
}

Type declaration

  • aclId: string

    ACL ID.

  • action: AclAction

    Action to take when incoming traffic matches an ACL filter.

  • Optionaldescription?: string

    ACL description.

  • index: number

    Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).

  • Optionalmatch?: AclMatch

    ACL match filter object. One of ip_subnet or http_filter & http_filter_value are required.

  • name: string

    ACL name.

  • Optionalregion?: Region

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