@Stability(value=Stable) @Internal public static final class CfnAllowListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAllowListProps
CfnAllowListPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAllowListProps.Builder, CfnAllowListProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAllowListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAllowListProps.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) |
Object |
getCriteria()
The criteria that specify the text or text pattern to ignore.
|
String |
getDescription()
A custom description of the allow list.
|
String |
getName()
A custom name for the allow list.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to the allow list.
|
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(CfnAllowListProps.Builder builder)
CfnAllowListProps.Builder.public final Object getCriteria()
CfnAllowListProps
The criteria can be the location and name of an Amazon S3 object that lists specific text to ignore ( S3WordsList ), or a regular expression ( Regex ) that defines a text pattern to ignore.
getCriteria in interface CfnAllowListPropspublic final String getName()
CfnAllowListPropsThe name can contain 1-128 characters.
getName in interface CfnAllowListPropspublic final String getDescription()
CfnAllowListPropsThe description can contain 1-512 characters.
getDescription in interface CfnAllowListPropspublic final List<CfnTag> getTags()
CfnAllowListPropsFor more information, see Tag .
getTags in interface CfnAllowListProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.