Show / Hide Table of Contents

Interface CfnTopic.ICellValueSynonymProperty

A structure that represents the cell value synonym.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-cellvaluesynonym.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 cellValueSynonymProperty = new CellValueSynonymProperty {
                 CellValue = "cellValue",
                 Synonyms = new [] { "synonyms" }
             };

Synopsis

Properties

CellValue

The cell value.

Synonyms

Other names or aliases for the cell value.

Properties

CellValue

The cell value.

string? CellValue { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-cellvaluesynonym.html#cfn-quicksight-topic-cellvaluesynonym-cellvalue

Synonyms

Other names or aliases for the cell value.

string[]? Synonyms { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-cellvaluesynonym.html#cfn-quicksight-topic-cellvaluesynonym-synonyms

Back to top Generated by DocFX