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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnStorageLens.DataExportProperty
CfnStorageLens.DataExportProperty.Builder, CfnStorageLens.DataExportProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLens.DataExportProperty.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 enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.final ObjectThis property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.final ObjectS3 Tables destination settings for the Amazon S3 Storage Lens metrics export.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.DataExportProperty.Builder.
-
-
Method Details
-
getCloudWatchMetrics
Description copied from interface:CfnStorageLens.DataExportPropertyThis property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.Returns union: either
IResolvableorCfnStorageLens.CloudWatchMetricsProperty- Specified by:
getCloudWatchMetricsin interfaceCfnStorageLens.DataExportProperty- See Also:
-
getS3BucketDestination
Description copied from interface:CfnStorageLens.DataExportPropertyThis property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.Returns union: either
IResolvableorCfnStorageLens.S3BucketDestinationProperty- Specified by:
getS3BucketDestinationin interfaceCfnStorageLens.DataExportProperty- See Also:
-
getStorageLensTableDestination
Description copied from interface:CfnStorageLens.DataExportPropertyS3 Tables destination settings for the Amazon S3 Storage Lens metrics export.Returns union: either
IResolvableorCfnStorageLens.StorageLensTableDestinationProperty- Specified by:
getStorageLensTableDestinationin interfaceCfnStorageLens.DataExportProperty- 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()
-