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:
GetWafPackages Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Packages
List<Get
Waf Packages Package> - Zone
Id string - Filter
Get
Waf Packages Filter
- Id string
The provider-assigned unique ID for this managed resource.
- Packages
[]Get
Waf Packages Package - Zone
Id string - Filter
Get
Waf Packages Filter
- id string
The provider-assigned unique ID for this managed resource.
- packages
Get
Waf Packages Package[] - zone
Id string - filter
Get
Waf Packages Filter
- id str
The provider-assigned unique ID for this managed resource.
- packages
List[Get
Waf Packages Package] - zone_
id str - filter
Dict[Get
Waf Packages Filter]
Supporting Types
GetWafPackagesFilter
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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.