Class CfnAllowListProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnAllowListProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAllowListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAllowListProps
@Stability(Stable)
@Internal
public static final class CfnAllowListProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAllowListProps
An implementation for
CfnAllowListProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.macie.CfnAllowListProps
CfnAllowListProps.Builder, CfnAllowListProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAllowListProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAllowListProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The criteria that specify the text or text pattern to ignore.final String
A custom description of the allow list.final String
getName()
A custom name for the allow list.getTags()
An array of key-value pairs to apply to the allow list.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAllowListProps.Builder
.
-
-
Method Details
-
getCriteria
Description copied from interface:CfnAllowListProps
The criteria that specify the text or text pattern to ignore.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.- Specified by:
getCriteria
in interfaceCfnAllowListProps
-
getName
Description copied from interface:CfnAllowListProps
A custom name for the allow list.The name can contain 1-128 characters.
- Specified by:
getName
in interfaceCfnAllowListProps
-
getDescription
Description copied from interface:CfnAllowListProps
A custom description of the allow list.The description can contain 1-512 characters.
- Specified by:
getDescription
in interfaceCfnAllowListProps
-
getTags
Description copied from interface:CfnAllowListProps
An array of key-value pairs to apply to the allow list.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnAllowListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-