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 ObjectThis resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.final ObjectThis property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration.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.StorageLensTableDestinationPropertyThis property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration.When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.
Returns union: either
BooleanorIResolvable- Specified by:
getIsEnabledin interfaceCfnStorageLens.StorageLensTableDestinationProperty- See Also:
-
getEncryption
Description copied from interface:CfnStorageLens.StorageLensTableDestinationPropertyThis resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.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()
-