Show / Hide Table of Contents

Class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty

The configuration for applying a filter to specific sheets or visuals.

Inheritance
object
CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty
Implements
CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty : CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty Implements CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Remarks

You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var selectedSheetsFilterScopeConfigurationProperty = new SelectedSheetsFilterScopeConfigurationProperty {
                 SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
                     Scope = "scope",
                     SheetId = "sheetId",
                     VisualIds = new [] { "visualIds" }
                 } }
             };

Synopsis

Constructors

SelectedSheetsFilterScopeConfigurationProperty()

The configuration for applying a filter to specific sheets or visuals.

Properties

SheetVisualScopingConfigurations

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.

Constructors

SelectedSheetsFilterScopeConfigurationProperty()

The configuration for applying a filter to specific sheets or visuals.

public SelectedSheetsFilterScopeConfigurationProperty()
Remarks

You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var selectedSheetsFilterScopeConfigurationProperty = new SelectedSheetsFilterScopeConfigurationProperty {
                 SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
                     Scope = "scope",
                     SheetId = "sheetId",
                     VisualIds = new [] { "visualIds" }
                 } }
             };

Properties

SheetVisualScopingConfigurations

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.

public object? SheetVisualScopingConfigurations { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration.html#cfn-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-sheetvisualscopingconfigurations

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.ISheetVisualScopingConfigurationProperty)[]

Implements

CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Back to top Generated by DocFX