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

Add an ACL to a Load Balancer frontend.

Type declaration

  • action: AclAction

    Action to take when incoming traffic matches an ACL filter.

  • description: string

    ACL description.

  • frontendId: string

    Frontend ID to attach the ACL to.

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

  • Optionalname?: string

    ACL name.

  • Optionalregion?: Region

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