GetWafGroups
Use this data source to look up WAF Rule Groups.
Using GetWafGroups
function getWafGroups(args: GetWafGroupsArgs, opts?: InvokeOptions): Promise<GetWafGroupsResult>function get_waf_groups(filter=None, package_id=None, zone_id=None, opts=None)func GetWafGroups(ctx *Context, args *GetWafGroupsArgs, opts ...InvokeOption) (*GetWafGroupsResult, error)public static class GetWafGroups {
public static Task<GetWafGroupsResult> InvokeAsync(GetWafGroupsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetWafGroups Result
The following output properties are available:
- Groups
List<Get
Waf Groups Group> - Id string
The provider-assigned unique ID for this managed resource.
- Zone
Id string - Filter
Get
Waf Groups Filter - Package
Id string
- Groups
[]Get
Waf Groups Group - Id string
The provider-assigned unique ID for this managed resource.
- Zone
Id string - Filter
Get
Waf Groups Filter - Package
Id string
- groups
Get
Waf Groups Group[] - id string
The provider-assigned unique ID for this managed resource.
- zone
Id string - filter
Get
Waf Groups Filter - package
Id string
- groups
List[Get
Waf Groups Group] - id str
The provider-assigned unique ID for this managed resource.
- zone_
id str - filter
Dict[Get
Waf Groups Filter] - package_
id str
Supporting Types
GetWafGroupsFilter
GetWafGroupsGroup
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.