Class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty
This resource determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty : CfnStorageLensPropsMixin.IStorageLensGroupLevelProperty
Syntax (vb)
Public Class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty Implements CfnStorageLensPropsMixin.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.Mixins.Preview.AWS.S3.Mixins;
var storageLensGroupLevelProperty = new StorageLensGroupLevelProperty {
StorageLensGroupSelectionCriteria = new StorageLensGroupSelectionCriteriaProperty {
Exclude = new [] { "exclude" },
Include = new [] { "include" }
}
};
Synopsis
Constructors
| StorageLensGroupLevelProperty() | This resource determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard. |
Properties
| StorageLensGroupSelectionCriteria | This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. |
Constructors
StorageLensGroupLevelProperty()
This resource determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.
public StorageLensGroupLevelProperty()
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.Mixins.Preview.AWS.S3.Mixins;
var storageLensGroupLevelProperty = new StorageLensGroupLevelProperty {
StorageLensGroupSelectionCriteria = new StorageLensGroupSelectionCriteriaProperty {
Exclude = new [] { "exclude" },
Include = new [] { "include" }
}
};
Properties
StorageLensGroupSelectionCriteria
This property indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
public object? StorageLensGroupSelectionCriteria { get; set; }
Property Value
Remarks
If this value is left null, then all Storage Lens groups are selected.
Type union: either IResolvable or CfnStorageLensPropsMixin.IStorageLensGroupSelectionCriteriaProperty