Class CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.S3BucketDestinationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.S3BucketDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.S3BucketDestinationProperty
An implementation for
CfnStorageLens.S3BucketDestinationProperty
-
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.S3BucketDestinationProperty
CfnStorageLens.S3BucketDestinationProperty.Builder, CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLens.S3BucketDestinationProperty.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 String
This property contains the details of the AWS account ID of the S3 Storage Lens export bucket destination.final String
getArn()
This property contains the details of the ARN of the bucket destination of the S3 Storage Lens export.final Object
This property contains the details of the encryption of the bucket destination of the Amazon S3 Storage Lens metrics export.final String
This property contains the details of the format of the S3 Storage Lens export bucket destination.final String
This property contains the details of the output schema version of the S3 Storage Lens export bucket destination.final String
This property contains the details of the prefix of the bucket destination of the S3 Storage Lens export .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.S3BucketDestinationProperty.Builder
.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the AWS account ID of the S3 Storage Lens export bucket destination.- Specified by:
getAccountId
in interfaceCfnStorageLens.S3BucketDestinationProperty
- See Also:
-
getArn
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the ARN of the bucket destination of the S3 Storage Lens export.- Specified by:
getArn
in interfaceCfnStorageLens.S3BucketDestinationProperty
- See Also:
-
getFormat
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the format of the S3 Storage Lens export bucket destination.- Specified by:
getFormat
in interfaceCfnStorageLens.S3BucketDestinationProperty
- See Also:
-
getOutputSchemaVersion
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the output schema version of the S3 Storage Lens export bucket destination.- Specified by:
getOutputSchemaVersion
in interfaceCfnStorageLens.S3BucketDestinationProperty
- See Also:
-
getEncryption
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the encryption of the bucket destination of the Amazon S3 Storage Lens metrics export.- Specified by:
getEncryption
in interfaceCfnStorageLens.S3BucketDestinationProperty
- See Also:
-
getPrefix
Description copied from interface:CfnStorageLens.S3BucketDestinationProperty
This property contains the details of the prefix of the bucket destination of the S3 Storage Lens export .- Specified by:
getPrefix
in interfaceCfnStorageLens.S3BucketDestinationProperty
- 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()
-