Show / Hide Table of Contents

Class CfnTemplate.SelectedSheetsFilterScopeConfigurationProperty

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

Inheritance
object
CfnTemplate.SelectedSheetsFilterScopeConfigurationProperty
Implements
CfnTemplate.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.SelectedSheetsFilterScopeConfigurationProperty : CfnTemplate.ISelectedSheetsFilterScopeConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.SelectedSheetsFilterScopeConfigurationProperty Implements CfnTemplate.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-template-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.AWS.QuickSight;

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

                     // the properties below are optional
                     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-template-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.AWS.QuickSight;

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

                     // the properties below are optional
                     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-template-selectedsheetsfilterscopeconfiguration.html#cfn-quicksight-template-selectedsheetsfilterscopeconfiguration-sheetvisualscopingconfigurations

Implements

CfnTemplate.ISelectedSheetsFilterScopeConfigurationProperty
Back to top Generated by DocFX