Show / Hide Table of Contents

Interface CfnAnalysis.ISecondaryValueOptionsProperty

The options that determine the presentation of the secondary value of a KPI visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ISecondaryValueOptionsProperty
Syntax (vb)
Public Interface CfnAnalysis.ISecondaryValueOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-secondaryvalueoptions.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 secondaryValueOptionsProperty = new SecondaryValueOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Properties

Visibility

Determines the visibility of the secondary value.

Properties

Visibility

Determines the visibility of the secondary value.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX