Class CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty
An implementation for
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty-
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.StorageLensExpandedPrefixesDataExportProperty
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder, CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.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 property specifies the general purpose bucket where the S3 Storage Lens Expanded Prefixes metrics export files are located.final ObjectThis property configures S3 Storage Lens Expanded Prefixes metrics report to read-only S3 table buckets.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.StorageLensExpandedPrefixesDataExportProperty.Builder.
-
-
Method Details
-
getS3BucketDestination
Description copied from interface:CfnStorageLens.StorageLensExpandedPrefixesDataExportPropertyThis property specifies the general purpose bucket where the S3 Storage Lens Expanded Prefixes metrics export files are located.At least one export destination must be specified.
Returns union: either
IResolvableorCfnStorageLens.S3BucketDestinationProperty- Specified by:
getS3BucketDestinationin interfaceCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty- See Also:
-
getStorageLensTableDestination
Description copied from interface:CfnStorageLens.StorageLensExpandedPrefixesDataExportPropertyThis property configures S3 Storage Lens Expanded Prefixes metrics report to read-only S3 table buckets.Returns union: either
IResolvableorCfnStorageLens.StorageLensTableDestinationProperty- Specified by:
getStorageLensTableDestinationin interfaceCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty- 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()
-