Show / Hide Table of Contents

Class CfnStorageLensPropsMixin.PrefixLevelStorageMetricsProperty

This resource contains the details of the prefix-level storage metrics for Amazon S3 Storage Lens.

Inheritance
object
CfnStorageLensPropsMixin.PrefixLevelStorageMetricsProperty
Implements
CfnStorageLensPropsMixin.IPrefixLevelStorageMetricsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.S3
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnStorageLensPropsMixin.PrefixLevelStorageMetricsProperty : CfnStorageLensPropsMixin.IPrefixLevelStorageMetricsProperty
Syntax (vb)
Public Class CfnStorageLensPropsMixin.PrefixLevelStorageMetricsProperty Implements CfnStorageLensPropsMixin.IPrefixLevelStorageMetricsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-prefixlevelstoragemetrics.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.S3;

             var prefixLevelStorageMetricsProperty = new PrefixLevelStorageMetricsProperty {
                 IsEnabled = false,
                 SelectionCriteria = new SelectionCriteriaProperty {
                     Delimiter = "delimiter",
                     MaxDepth = 123,
                     MinStorageBytesPercentage = 123
                 }
             };

Synopsis

Constructors

PrefixLevelStorageMetricsProperty()

This resource contains the details of the prefix-level storage metrics for Amazon S3 Storage Lens.

Properties

IsEnabled

This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.

SelectionCriteria

This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.

Constructors

PrefixLevelStorageMetricsProperty()

This resource contains the details of the prefix-level storage metrics for Amazon S3 Storage Lens.

public PrefixLevelStorageMetricsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-prefixlevelstoragemetrics.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.S3;

             var prefixLevelStorageMetricsProperty = new PrefixLevelStorageMetricsProperty {
                 IsEnabled = false,
                 SelectionCriteria = new SelectionCriteriaProperty {
                     Delimiter = "delimiter",
                     MaxDepth = 123,
                     MinStorageBytesPercentage = 123
                 }
             };

Properties

IsEnabled

This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.

public object? IsEnabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-prefixlevelstoragemetrics.html#cfn-s3-storagelens-prefixlevelstoragemetrics-isenabled

Type union: either bool or IResolvable

SelectionCriteria

This property identifies whether the details of the prefix-level storage metrics for S3 Storage Lens are enabled.

public object? SelectionCriteria { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-prefixlevelstoragemetrics.html#cfn-s3-storagelens-prefixlevelstoragemetrics-selectioncriteria

Type union: either IResolvable or CfnStorageLensPropsMixin.ISelectionCriteriaProperty

Implements

CfnStorageLensPropsMixin.IPrefixLevelStorageMetricsProperty
Back to top Generated by DocFX