Class CfnStorageLens.DataExportProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.DataExportProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.DataExportProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.DataExportProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.DataExportProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.DataExportProperty
An implementation for
CfnStorageLens.DataExportProperty
-
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.s3.CfnStorageLens.DataExportProperty
CfnStorageLens.DataExportProperty.Builder, CfnStorageLens.DataExportProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLens.DataExportProperty.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 Object
This property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.final Object
This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.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 theCfnStorageLens.DataExportProperty.Builder
.
-
-
Method Details
-
getCloudWatchMetrics
Description copied from interface:CfnStorageLens.DataExportProperty
This property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.- Specified by:
getCloudWatchMetrics
in interfaceCfnStorageLens.DataExportProperty
- See Also:
-
getS3BucketDestination
Description copied from interface:CfnStorageLens.DataExportProperty
This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.- Specified by:
getS3BucketDestination
in interfaceCfnStorageLens.DataExportProperty
- 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()
-