Class CfnStorageLens.StorageLensTableDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensTableDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.StorageLensTableDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.StorageLensTableDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.StorageLensTableDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.StorageLensTableDestinationProperty
An implementation for
CfnStorageLens.StorageLensTableDestinationProperty-
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.s3.CfnStorageLens.StorageLensTableDestinationProperty
CfnStorageLens.StorageLensTableDestinationProperty.Builder, CfnStorageLens.StorageLensTableDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLens.StorageLensTableDestinationProperty.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 ObjectConfigures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).final ObjectSpecifies whether the export to S3 Tables is enabled or disabled.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 theCfnStorageLens.StorageLensTableDestinationProperty.Builder.
-
-
Method Details
-
getIsEnabled
Description copied from interface:CfnStorageLens.StorageLensTableDestinationPropertySpecifies whether the export to S3 Tables is enabled or disabled.Returns union: either
BooleanorIResolvable- Specified by:
getIsEnabledin interfaceCfnStorageLens.StorageLensTableDestinationProperty- See Also:
-
getEncryption
Description copied from interface:CfnStorageLens.StorageLensTableDestinationPropertyConfigures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).Returns union: either
IResolvableorCfnStorageLens.EncryptionProperty- Specified by:
getEncryptionin interfaceCfnStorageLens.StorageLensTableDestinationProperty- 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()
-