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 IStorageLensGroupLevelProperty
Syntax (vb)
Public Interface IStorageLensGroupLevelProperty
Remarks
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.
virtual object StorageLensGroupSelectionCriteria { get; }
Property Value
System.Object
Remarks
If this value is left null, then all Storage Lens groups are selected.