Class GetRuleGroupArgs.Builder

  • Enclosing class:
    GetRuleGroupArgs

    public static final class GetRuleGroupArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public GetRuleGroupArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the WAFv2 Rule Group.
        Returns:
        builder
      • name

        public GetRuleGroupArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the WAFv2 Rule Group.
        Returns:
        builder
      • scope

        public GetRuleGroupArgs.Builder scope​(com.pulumi.core.Output<java.lang.String> scope)
        Parameters:
        scope - Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
        Returns:
        builder
      • scope

        public GetRuleGroupArgs.Builder scope​(java.lang.String scope)
        Parameters:
        scope - Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
        Returns:
        builder