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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.timestream.CfnTable.S3ConfigurationProperty
CfnTable.S3ConfigurationProperty.Builder, CfnTable.S3ConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.S3ConfigurationProperty.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 String
The bucket name of the customer S3 bucket.final String
The encryption option for the customer S3 location.final String
The AWS KMS key ID for the customer S3 location when encrypting with an AWS managed key.final String
The object key preview for the customer S3 location.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 theCfnTable.S3ConfigurationProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnTable.S3ConfigurationProperty
The bucket name of the customer S3 bucket.- Specified by:
getBucketName
in interfaceCfnTable.S3ConfigurationProperty
- See Also:
-
getEncryptionOption
Description copied from interface:CfnTable.S3ConfigurationProperty
The encryption option for the customer S3 location.Options are S3 server-side encryption with an S3 managed key or AWS managed key.
- Specified by:
getEncryptionOption
in interfaceCfnTable.S3ConfigurationProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnTable.S3ConfigurationProperty
The AWS KMS key ID for the customer S3 location when encrypting with an AWS managed key.- Specified by:
getKmsKeyId
in interfaceCfnTable.S3ConfigurationProperty
- See Also:
-
getObjectKeyPrefix
Description copied from interface:CfnTable.S3ConfigurationProperty
The object key preview for the customer S3 location.- Specified by:
getObjectKeyPrefix
in interfaceCfnTable.S3ConfigurationProperty
- 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()
-