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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnStorageLens.S3BucketDestinationProperty
CfnStorageLens.S3BucketDestinationProperty.Builder, CfnStorageLens.S3BucketDestinationProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLens.S3BucketDestinationProperty.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 StringThis property contains the details of the AWS account ID of the S3 Storage Lens export bucket destination.final StringgetArn()This property contains the details of the ARN of the bucket destination of the S3 Storage Lens export.final ObjectThis property contains the details of the encryption of the bucket destination of the Amazon S3 Storage Lens metrics export.final StringThis property contains the details of the format of the S3 Storage Lens export bucket destination.final StringThis property contains the details of the output schema version of the S3 Storage Lens export bucket destination.final StringThis property contains the details of the prefix of the bucket destination of the S3 Storage Lens 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.S3BucketDestinationProperty.Builder. 
 - 
 - 
Method Details
- 
getAccountId
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the AWS account ID of the S3 Storage Lens export bucket destination.- Specified by:
 getAccountIdin interfaceCfnStorageLens.S3BucketDestinationProperty- See Also:
 
 - 
getArn
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the ARN of the bucket destination of the S3 Storage Lens export.- Specified by:
 getArnin interfaceCfnStorageLens.S3BucketDestinationProperty- See Also:
 
 - 
getFormat
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the format of the S3 Storage Lens export bucket destination.- Specified by:
 getFormatin interfaceCfnStorageLens.S3BucketDestinationProperty- See Also:
 
 - 
getOutputSchemaVersion
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the output schema version of the S3 Storage Lens export bucket destination.- Specified by:
 getOutputSchemaVersionin interfaceCfnStorageLens.S3BucketDestinationProperty- See Also:
 
 - 
getEncryption
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the encryption of the bucket destination of the Amazon S3 Storage Lens metrics export.Returns union: either
IResolvableorCfnStorageLens.EncryptionProperty- Specified by:
 getEncryptionin interfaceCfnStorageLens.S3BucketDestinationProperty- See Also:
 
 - 
getPrefix
Description copied from interface:CfnStorageLens.S3BucketDestinationPropertyThis property contains the details of the prefix of the bucket destination of the S3 Storage Lens export .- Specified by:
 getPrefixin interfaceCfnStorageLens.S3BucketDestinationProperty- 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() 
 -