Ejemplo n.º 1
0
 public static Task <GetWafRulesResult> InvokeAsync(GetWafRulesArgs args, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetWafRulesResult>("cloudflare:index/getWafRules:getWafRules", args ?? new GetWafRulesArgs(), options.WithDefaults());
Ejemplo n.º 2
0
 /// <summary>
 /// Use this data source to look up [WAF Rules][1].
 ///
 /// &gt; This content is derived from https://github.com/terraform-providers/terraform-provider-cloudflare/blob/master/website/docs/d/waf_rules.html.md.
 /// </summary>
 public static Task <GetWafRulesResult> GetWafRules(GetWafRulesArgs args, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetWafRulesResult>("cloudflare:index/getWafRules:getWafRules", args ?? InvokeArgs.Empty, options.WithVersion());