Class CfnStorageLens.AccountLevelProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.AccountLevelProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.AccountLevelProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.AccountLevelProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.AccountLevelProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.AccountLevelProperty
An implementation for
CfnStorageLens.AccountLevelProperty
-
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.AccountLevelProperty
CfnStorageLens.AccountLevelProperty.Builder, CfnStorageLens.AccountLevelProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLens.AccountLevelProperty.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 account-level activity metrics for S3 Storage Lens.final Object
This property contains the details of account-level advanced cost optimization metrics for S3 Storage Lens.final Object
This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.final Object
This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens.final Object
This property contains the details of account-level detailed status code metrics for S3 Storage Lens.final Object
This property determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.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.AccountLevelProperty.Builder
.
-
-
Method Details
-
getBucketLevel
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens.- Specified by:
getBucketLevel
in interfaceCfnStorageLens.AccountLevelProperty
- See Also:
-
getActivityMetrics
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property contains the details of account-level activity metrics for S3 Storage Lens.- Specified by:
getActivityMetrics
in interfaceCfnStorageLens.AccountLevelProperty
- See Also:
-
getAdvancedCostOptimizationMetrics
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property contains the details of account-level advanced cost optimization metrics for S3 Storage Lens.- Specified by:
getAdvancedCostOptimizationMetrics
in interfaceCfnStorageLens.AccountLevelProperty
- See Also:
-
getAdvancedDataProtectionMetrics
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.- Specified by:
getAdvancedDataProtectionMetrics
in interfaceCfnStorageLens.AccountLevelProperty
- See Also:
-
getDetailedStatusCodesMetrics
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property contains the details of account-level detailed status code metrics for S3 Storage Lens.- Specified by:
getDetailedStatusCodesMetrics
in interfaceCfnStorageLens.AccountLevelProperty
- See Also:
-
getStorageLensGroupLevel
Description copied from interface:CfnStorageLens.AccountLevelProperty
This property determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.- Specified by:
getStorageLensGroupLevel
in interfaceCfnStorageLens.AccountLevelProperty
- 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()
-