Class TableBucketAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.alpha.TableBucketAttributes.Jsii$Proxy
- All Implemented Interfaces:
TableBucketAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TableBucketAttributes
@Stability(Experimental)
@Internal
public static final class TableBucketAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TableBucketAttributes
An implementation for
TableBucketAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3tables.alpha.TableBucketAttributes
TableBucketAttributes.Builder, TableBucketAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TableBucketAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theTableBucketAttributes.Builder.protectedJsii$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.JsonNodefinal booleanfinal String(experimental) The accountId containing this table bucket.final IKey(experimental) Optional KMS encryption key associated with this bucket.final String(experimental) AWS region this table bucket exists in.final String(experimental) The table bucket's ARN.final String(experimental) The table bucket name, unique per region.final inthashCode()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 theTableBucketAttributes.Builder.
-
-
Method Details
-
getAccount
Description copied from interface:TableBucketAttributes(experimental) The accountId containing this table bucket.Default: account inferred from scope
- Specified by:
getAccountin interfaceTableBucketAttributes
-
getEncryptionKey
Description copied from interface:TableBucketAttributes(experimental) Optional KMS encryption key associated with this bucket.Default: - undefined
- Specified by:
getEncryptionKeyin interfaceTableBucketAttributes
-
getRegion
Description copied from interface:TableBucketAttributes(experimental) AWS region this table bucket exists in.Default: region inferred from scope
- Specified by:
getRegionin interfaceTableBucketAttributes
-
getTableBucketArn
Description copied from interface:TableBucketAttributes(experimental) The table bucket's ARN.Default: tableBucketArn constructed from region, account and tableBucketName are provided
- Specified by:
getTableBucketArnin interfaceTableBucketAttributes
-
getTableBucketName
Description copied from interface:TableBucketAttributes(experimental) The table bucket name, unique per region.Default: tableBucketName inferred from arn
- Specified by:
getTableBucketNamein interfaceTableBucketAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-