Class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty
The configuration of the same-sheet target visuals that you want to be filtered.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty : CfnTemplatePropsMixin.ISameSheetTargetVisualConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty Implements CfnTemplatePropsMixin.ISameSheetTargetVisualConfigurationProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 sameSheetTargetVisualConfigurationProperty = new SameSheetTargetVisualConfigurationProperty {
TargetVisualOptions = "targetVisualOptions",
TargetVisuals = new [] { "targetVisuals" }
};
Synopsis
Constructors
| SameSheetTargetVisualConfigurationProperty() | The configuration of the same-sheet target visuals that you want to be filtered. |
Properties
| TargetVisualOptions | The options that choose the target visual in the same sheet. |
| TargetVisuals | A list of the target visual IDs that are located in the same sheet of the analysis. |
Constructors
SameSheetTargetVisualConfigurationProperty()
The configuration of the same-sheet target visuals that you want to be filtered.
public SameSheetTargetVisualConfigurationProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 sameSheetTargetVisualConfigurationProperty = new SameSheetTargetVisualConfigurationProperty {
TargetVisualOptions = "targetVisualOptions",
TargetVisuals = new [] { "targetVisuals" }
};
Properties
TargetVisualOptions
The options that choose the target visual in the same sheet.
public string? TargetVisualOptions { get; set; }
Property Value
Remarks
TargetVisuals
A list of the target visual IDs that are located in the same sheet of the analysis.
public string[]? TargetVisuals { get; set; }
Property Value
string[]