Class CfnBucketPropsMixin.AnalyticsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.AnalyticsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.AnalyticsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.AnalyticsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.AnalyticsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.AnalyticsConfigurationProperty
An implementation for
CfnBucketPropsMixin.AnalyticsConfigurationProperty-
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.cfnpropertymixins.services.s3.CfnBucketPropsMixin.AnalyticsConfigurationProperty
CfnBucketPropsMixin.AnalyticsConfigurationProperty.Builder, CfnBucketPropsMixin.AnalyticsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.AnalyticsConfigurationProperty.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 StringgetId()The ID that identifies the analytics configuration.final StringThe prefix that an object must have to be included in the analytics results.final ObjectContains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.final ObjectThe tags to use when evaluating an analytics filter.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 theCfnBucketPropsMixin.AnalyticsConfigurationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnBucketPropsMixin.AnalyticsConfigurationPropertyThe ID that identifies the analytics configuration.- Specified by:
getIdin interfaceCfnBucketPropsMixin.AnalyticsConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnBucketPropsMixin.AnalyticsConfigurationPropertyThe prefix that an object must have to be included in the analytics results.- Specified by:
getPrefixin interfaceCfnBucketPropsMixin.AnalyticsConfigurationProperty- See Also:
-
getStorageClassAnalysis
Description copied from interface:CfnBucketPropsMixin.AnalyticsConfigurationPropertyContains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.Returns union: either
IResolvableorCfnBucketPropsMixin.StorageClassAnalysisProperty- Specified by:
getStorageClassAnalysisin interfaceCfnBucketPropsMixin.AnalyticsConfigurationProperty- See Also:
-
getTagFilters
Description copied from interface:CfnBucketPropsMixin.AnalyticsConfigurationPropertyThe tags to use when evaluating an analytics filter.The analytics only includes objects that meet the filter's criteria. If no filter is specified, all of the contents of the bucket are included in the analysis.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBucketPropsMixin.TagFilterProperty>- Specified by:
getTagFiltersin interfaceCfnBucketPropsMixin.AnalyticsConfigurationProperty- 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()
-