Show / Hide Table of Contents

Class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty

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

Inheritance
object
CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty
Implements
CfnTemplatePropsMixin.ISameSheetTargetVisualConfigurationProperty
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 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.

See: 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.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.

See: 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.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

string

Remarks

Valid values are defined as follows:

    See: 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

    string[]

    Remarks

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

    Implements

    CfnTemplatePropsMixin.ISameSheetTargetVisualConfigurationProperty
    Back to top Generated by DocFX