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