Class WebAclAssociationConfigRequestBodyAppRunnerServiceArgs.Builder

    • Method Detail

      • defaultSizeInspectionLimit

        public WebAclAssociationConfigRequestBodyAppRunnerServiceArgs.Builder defaultSizeInspectionLimit​(com.pulumi.core.Output<java.lang.String> defaultSizeInspectionLimit)
        Parameters:
        defaultSizeInspectionLimit - Specifies the maximum size of the web request body component that an associated Amazon App Runner services should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.
        Returns:
        builder
      • defaultSizeInspectionLimit

        public WebAclAssociationConfigRequestBodyAppRunnerServiceArgs.Builder defaultSizeInspectionLimit​(java.lang.String defaultSizeInspectionLimit)
        Parameters:
        defaultSizeInspectionLimit - Specifies the maximum size of the web request body component that an associated Amazon App Runner services should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.
        Returns:
        builder