Show / Hide Table of Contents

Interface CfnStorageLens.IPrefixLevelStorageMetricsProperty

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

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public interface IPrefixLevelStorageMetricsProperty
Syntax (vb)
Public Interface IPrefixLevelStorageMetricsProperty
Remarks

Link: 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.AWS.S3;

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

Synopsis

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.

Properties

IsEnabled

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

virtual object IsEnabled { get; }
Property Value

System.Object

Remarks

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

SelectionCriteria

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

virtual object SelectionCriteria { get; }
Property Value

System.Object

Remarks

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

Back to top Generated by DocFX