GetWafPackages

Use this data source to look up WAF Rule Packages.

Using GetWafPackages

function getWafPackages(args: GetWafPackagesArgs, opts?: InvokeOptions): Promise<GetWafPackagesResult>
function  get_waf_packages(filter=None, zone_id=None, opts=None)
func GetWafPackages(ctx *Context, args *GetWafPackagesArgs, opts ...InvokeOption) (*GetWafPackagesResult, error)
public static class GetWafPackages {
    public static Task<GetWafPackagesResult> InvokeAsync(GetWafPackagesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ZoneId string
Filter GetWafPackagesFilterArgs
ZoneId string
Filter GetWafPackagesFilter
zoneId string
filter GetWafPackagesFilter
zone_id str
filter Dict[GetWafPackagesFilter]

GetWafPackages Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Packages List<GetWafPackagesPackage>
ZoneId string
Filter GetWafPackagesFilter
Id string

The provider-assigned unique ID for this managed resource.

Packages []GetWafPackagesPackage
ZoneId string
Filter GetWafPackagesFilter
id string

The provider-assigned unique ID for this managed resource.

packages GetWafPackagesPackage[]
zoneId string
filter GetWafPackagesFilter
id str

The provider-assigned unique ID for this managed resource.

packages List[GetWafPackagesPackage]
zone_id str
filter Dict[GetWafPackagesFilter]

Supporting Types

GetWafPackagesFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ActionMode string
DetectionMode string
Name string
Sensitivity string
ActionMode string
DetectionMode string
Name string
Sensitivity string
actionMode string
detectionMode string
name string
sensitivity string
action_mode str
detectionMode str
name str
sensitivity str

GetWafPackagesPackage

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

ActionMode string
Description string
DetectionMode string
Id string
Name string
Sensitivity string
ActionMode string
Description string
DetectionMode string
Id string
Name string
Sensitivity string
actionMode string
description string
detectionMode string
id string
name string
sensitivity string
action_mode str
description str
detectionMode str
id str
name str
sensitivity str

Package Details

Repository
https://github.com/pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.