Show / Hide Table of Contents

Class CfnTemplate.SameSheetTargetVisualConfigurationProperty

The configuration of the same-sheet target visuals that you want to be filtered.

Inheritance
System.Object
CfnTemplate.SameSheetTargetVisualConfigurationProperty
Implements
CfnTemplate.ISameSheetTargetVisualConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class SameSheetTargetVisualConfigurationProperty : Object, CfnTemplate.ISameSheetTargetVisualConfigurationProperty
Syntax (vb)
Public Class SameSheetTargetVisualConfigurationProperty
    Inherits Object
    Implements CfnTemplate.ISameSheetTargetVisualConfigurationProperty
Remarks

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-samesheettargetvisualconfiguration.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 sameSheetTargetVisualConfigurationProperty = new SameSheetTargetVisualConfigurationProperty {
    TargetVisualOptions = "targetVisualOptions",
    TargetVisuals = new [] { "targetVisuals" }
};

Synopsis

Constructors

SameSheetTargetVisualConfigurationProperty()

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()

public SameSheetTargetVisualConfigurationProperty()

Properties

TargetVisualOptions

The options that choose the target visual in the same sheet.

public string TargetVisualOptions { get; set; }
Property Value

System.String

Remarks

Valid values are defined as follows:

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-samesheettargetvisualconfiguration.html#cfn-quicksight-template-samesheettargetvisualconfiguration-targetvisualoptions

    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

    System.String[]

    Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-samesheettargetvisualconfiguration.html#cfn-quicksight-template-samesheettargetvisualconfiguration-targetvisuals

    Implements

    CfnTemplate.ISameSheetTargetVisualConfigurationProperty
    Back to top Generated by DocFX