Class CfnAllowList.S3WordsListProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnAllowList.S3WordsListProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAllowList.S3WordsListProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAllowList.S3WordsListProperty
@Stability(Stable)
@Internal
public static final class CfnAllowList.S3WordsListProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAllowList.S3WordsListProperty
An implementation for
CfnAllowList.S3WordsListProperty
-
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.CfnAllowList.S3WordsListProperty
CfnAllowList.S3WordsListProperty.Builder, CfnAllowList.S3WordsListProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAllowList.S3WordsListProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAllowList.S3WordsListProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnAllowList.S3WordsListProperty
The full name of the S3 bucket that contains the object.This value correlates to the
Name
field of a bucket's properties in Amazon S3 .This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.
- Specified by:
getBucketName
in interfaceCfnAllowList.S3WordsListProperty
- See Also:
-
getObjectKey
Description copied from interface:CfnAllowList.S3WordsListProperty
The full name of the S3 object.This value correlates to the
Key
field of an object's properties in Amazon S3 . If the name includes a path, include the complete path. For example,AllowLists/Macie/MyList.txt
.This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.
- Specified by:
getObjectKey
in interfaceCfnAllowList.S3WordsListProperty
- See Also:
-
$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()
-