Show / Hide Table of Contents

Interface CfnStorageLens.IStorageLensGroupLevelProperty

This resource determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgrouplevel.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 storageLensGroupLevelProperty = new StorageLensGroupLevelProperty {
                 StorageLensGroupSelectionCriteria = new StorageLensGroupSelectionCriteriaProperty {
                     Exclude = new [] { "exclude" },
                     Include = new [] { "include" }
                 }
             };

Synopsis

Properties

StorageLensGroupSelectionCriteria

This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.

Properties

StorageLensGroupSelectionCriteria

This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.

object? StorageLensGroupSelectionCriteria { get; }
Property Value

object

Remarks

If this value is left null, then all Storage Lens groups are selected.

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

Back to top Generated by DocFX