Show / Hide Table of Contents

Class CfnStorageLens.PrefixLevelProperty

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

Inheritance
System.Object
CfnStorageLens.PrefixLevelProperty
Implements
CfnStorageLens.IPrefixLevelProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class PrefixLevelProperty : Object, CfnStorageLens.IPrefixLevelProperty
Syntax (vb)
Public Class PrefixLevelProperty
    Inherits Object
    Implements CfnStorageLens.IPrefixLevelProperty
Remarks

Link: 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

Constructors

PrefixLevelProperty()

Properties

StorageMetrics

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

Constructors

PrefixLevelProperty()

public PrefixLevelProperty()

Properties

StorageMetrics

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

public object StorageMetrics { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnStorageLens.IPrefixLevelProperty
Back to top Generated by DocFX