Show / Hide Table of Contents

Interface CfnStorageLens.IPrefixLevelProperty

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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-prefixlevel.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;

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

Synopsis

Properties

StorageMetrics

A property for the prefix-level storage metrics for Amazon S3 Storage Lens.

Properties

StorageMetrics

A property for the prefix-level storage metrics for Amazon S3 Storage Lens.

object StorageMetrics { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX