Class CfnTable.S3ConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.timestream.CfnTable.S3ConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.S3ConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTable.S3ConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.S3ConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.S3ConfigurationProperty
An implementation for
CfnTable.S3ConfigurationProperty-
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.timestream.CfnTable.S3ConfigurationProperty
CfnTable.S3ConfigurationProperty.Builder, CfnTable.S3ConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.S3ConfigurationProperty.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 StringThe bucket name of the customer S3 bucket.final StringThe encryption option for the customer S3 location.final StringThe AWS KMS key ID for the customer S3 location when encrypting with an AWS managed key.final StringThe object key preview for the customer S3 location.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 theCfnTable.S3ConfigurationProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnTable.S3ConfigurationPropertyThe bucket name of the customer S3 bucket.- Specified by:
getBucketNamein interfaceCfnTable.S3ConfigurationProperty
-
getEncryptionOption
Description copied from interface:CfnTable.S3ConfigurationPropertyThe encryption option for the customer S3 location.Options are S3 server-side encryption with an S3 managed key or AWS managed key.
- Specified by:
getEncryptionOptionin interfaceCfnTable.S3ConfigurationProperty
-
getKmsKeyId
Description copied from interface:CfnTable.S3ConfigurationPropertyThe AWS KMS key ID for the customer S3 location when encrypting with an AWS managed key.- Specified by:
getKmsKeyIdin interfaceCfnTable.S3ConfigurationProperty
-
getObjectKeyPrefix
Description copied from interface:CfnTable.S3ConfigurationPropertyThe object key preview for the customer S3 location.- Specified by:
getObjectKeyPrefixin interfaceCfnTable.S3ConfigurationProperty
-
$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()
-