Class CfnStorageLens.StorageLensConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.StorageLensConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStorageLens.StorageLensConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.StorageLensConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.StorageLensConfigurationProperty
An implementation for
CfnStorageLens.StorageLensConfigurationProperty
-
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.StorageLensConfigurationProperty
CfnStorageLens.StorageLensConfigurationProperty.Builder, CfnStorageLens.StorageLensConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLens.StorageLensConfigurationProperty.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 contains the details of the account-level metrics for Amazon S3 Storage Lens configuration.final Object
This property contains the details of the AWS Organization for the S3 Storage Lens configuration.final Object
This property contains the details of this S3 Storage Lens configuration's metrics export.final Object
This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.final String
getId()
This property contains the details of the ID of the S3 Storage Lens configuration.final Object
This property contains the details of the bucket and or Regions included for Amazon S3 Storage Lens configuration.final Object
This property contains the details of whether the Amazon S3 Storage Lens configuration is enabled.final String
This property contains the details of the ARN of the S3 Storage Lens configuration.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.StorageLensConfigurationProperty.Builder
.
-
-
Method Details
-
getAccountLevel
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the account-level metrics for Amazon S3 Storage Lens configuration. -
getId
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the ID of the S3 Storage Lens configuration. -
getIsEnabled
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of whether the Amazon S3 Storage Lens configuration is enabled. -
getAwsOrg
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the AWS Organization for the S3 Storage Lens configuration. -
getDataExport
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of this S3 Storage Lens configuration's metrics export. -
getExclude
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration. -
getInclude
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the bucket and or Regions included for Amazon S3 Storage Lens configuration. -
getStorageLensArn
Description copied from interface:CfnStorageLens.StorageLensConfigurationProperty
This property contains the details of the ARN of the S3 Storage Lens configuration.This property is read-only.
-
$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()
-