@Stability(value=Stable) @Internal public static final class CfnRegexPatternSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRegexPatternSetProps
CfnRegexPatternSetPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRegexPatternSetProps.Builder, CfnRegexPatternSetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRegexPatternSetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRegexPatternSetProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A description of the set that helps with identification.
|
String |
getName()
The name of the set.
|
List<String> |
getRegularExpressionList()
The regular expression patterns in the set.
|
String |
getScope()
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
List<CfnTag> |
getTags()
Key:value pairs associated with an AWS resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRegexPatternSetProps.Builder builder)
CfnRegexPatternSetProps.Builder.public final List<String> getRegularExpressionList()
CfnRegexPatternSetPropsgetRegularExpressionList in interface CfnRegexPatternSetPropspublic final String getScope()
CfnRegexPatternSetProps
A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AWS AppSync GraphQL API. Valid Values are CLOUDFRONT and REGIONAL .
For
CLOUDFRONT, you must create your WAFv2 resources in the US East (N. Virginia) Region,us-east-1.
getScope in interface CfnRegexPatternSetPropspublic final String getDescription()
CfnRegexPatternSetPropsgetDescription in interface CfnRegexPatternSetPropspublic final String getName()
CfnRegexPatternSetPropsYou cannot change the name after you create the set.
getName in interface CfnRegexPatternSetPropspublic final List<CfnTag> getTags()
CfnRegexPatternSetPropsThe key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.
To modify tags on existing resources, use the AWS WAF APIs or command line interface. With AWS CloudFormation , you can only add tags to AWS WAF resources during resource creation.
getTags in interface CfnRegexPatternSetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.