Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty

The filter that is applied to the options.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetvisualscopingconfiguration.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.QuickSight.Mixins;

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

Synopsis

Properties

Scope

The scope of the applied entities. Choose one of the following options:.

SheetId

The selected sheet that the filter is applied to.

VisualIds

The selected visuals that the filter is applied to.

Properties

Scope

The scope of the applied entities. Choose one of the following options:.

string? Scope { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetvisualscopingconfiguration.html#cfn-quicksight-analysis-sheetvisualscopingconfiguration-scope

    SheetId

    The selected sheet that the filter is applied to.

    string? SheetId { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetvisualscopingconfiguration.html#cfn-quicksight-analysis-sheetvisualscopingconfiguration-sheetid

    VisualIds

    The selected visuals that the filter is applied to.

    string[]? VisualIds { get; }
    Property Value

    string[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetvisualscopingconfiguration.html#cfn-quicksight-analysis-sheetvisualscopingconfiguration-visualids

    Back to top Generated by DocFX