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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensConfigurationProperty
CfnStorageLens.StorageLensConfigurationProperty.Builder, CfnStorageLens.StorageLensConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageLens.StorageLensConfigurationProperty.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 contains the details of the account-level metrics for Amazon S3 Storage Lens configuration.final ObjectThis property contains the details of the AWS Organization for the S3 Storage Lens configuration.final ObjectThis property contains the details of this S3 Storage Lens configuration's metrics export.final ObjectThis property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.final StringgetId()This property contains the details of the ID of the S3 Storage Lens configuration.final ObjectThis property contains the details of the bucket and or Regions included for Amazon S3 Storage Lens configuration.final ObjectThis property contains the details of whether the Amazon S3 Storage Lens configuration is enabled.final StringThis property contains the details of the ARN of the S3 Storage Lens configuration.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.StorageLensConfigurationProperty.Builder.
-
-
Method Details
-
getAccountLevel
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the account-level metrics for Amazon S3 Storage Lens configuration.Returns union: either
IResolvableorCfnStorageLens.AccountLevelProperty- Specified by:
getAccountLevelin interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getId
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the ID of the S3 Storage Lens configuration.- Specified by:
getIdin interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getIsEnabled
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of whether the Amazon S3 Storage Lens configuration is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getIsEnabledin interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getAwsOrg
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the AWS Organization for the S3 Storage Lens configuration.Returns union: either
IResolvableorCfnStorageLens.AwsOrgProperty- Specified by:
getAwsOrgin interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getDataExport
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of this S3 Storage Lens configuration's metrics export.Returns union: either
IResolvableorCfnStorageLens.DataExportProperty- Specified by:
getDataExportin interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getExclude
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.Returns union: either
IResolvableorCfnStorageLens.BucketsAndRegionsProperty- Specified by:
getExcludein interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getInclude
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the bucket and or Regions included for Amazon S3 Storage Lens configuration.Returns union: either
IResolvableorCfnStorageLens.BucketsAndRegionsProperty- Specified by:
getIncludein interfaceCfnStorageLens.StorageLensConfigurationProperty- See Also:
-
getStorageLensArn
Description copied from interface:CfnStorageLens.StorageLensConfigurationPropertyThis property contains the details of the ARN of the S3 Storage Lens configuration.This property is read-only.
- Specified by:
getStorageLensArnin interfaceCfnStorageLens.StorageLensConfigurationProperty- 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()
-