Show / Hide Table of Contents

Class CfnStorageLensPropsMixin.StorageLensGroupLevelProperty

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

Inheritance
object
CfnStorageLensPropsMixin.StorageLensGroupLevelProperty
Implements
CfnStorageLensPropsMixin.IStorageLensGroupLevelProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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

Type union: either IResolvable or CfnStorageLensPropsMixin.IStorageLensGroupSelectionCriteriaProperty

Implements

CfnStorageLensPropsMixin.IStorageLensGroupLevelProperty
Back to top Generated by DocFX