Package com.pulumi.aws.wafv2.outputs
Class RuleGroupCustomResponseBody
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupCustomResponseBody
-
public final class RuleGroupCustomResponseBody extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupCustomResponseBody.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupCustomResponseBody.Builder
builder()
static RuleGroupCustomResponseBody.Builder
builder(RuleGroupCustomResponseBody defaults)
java.lang.String
content()
java.lang.String
contentType()
java.lang.String
key()
-
-
-
Method Detail
-
content
public java.lang.String content()
- Returns:
- The payload of the custom response.
-
contentType
public java.lang.String contentType()
- Returns:
- The type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.
-
key
public java.lang.String key()
- Returns:
- A unique key identifying the custom response body. This is referenced by the `custom_response_body_key` argument in the Custom Response block.
-
builder
public static RuleGroupCustomResponseBody.Builder builder()
-
builder
public static RuleGroupCustomResponseBody.Builder builder(RuleGroupCustomResponseBody defaults)
-
-