Show / Hide Table of Contents

Interface CfnDashboard.IWordCloudOptionsProperty

The word cloud options for a word cloud visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.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 wordCloudOptionsProperty = new WordCloudOptionsProperty {
                 CloudLayout = "cloudLayout",
                 MaximumStringLength = 123,
                 WordCasing = "wordCasing",
                 WordOrientation = "wordOrientation",
                 WordPadding = "wordPadding",
                 WordScaling = "wordScaling"
             };

Synopsis

Properties

CloudLayout

The cloud layout options (fluid, normal) of a word cloud.

MaximumStringLength

The length limit of each word from 1-100.

WordCasing

The word casing options (lower_case, existing_case) for the words in a word cloud.

WordOrientation

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

WordPadding

The word padding options (none, small, medium, large) for the words in a word cloud.

WordScaling

The word scaling options (emphasize, normal) for the words in a word cloud.

Properties

CloudLayout

The cloud layout options (fluid, normal) of a word cloud.

string? CloudLayout { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-cloudlayout

MaximumStringLength

The length limit of each word from 1-100.

double? MaximumStringLength { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-maximumstringlength

WordCasing

The word casing options (lower_case, existing_case) for the words in a word cloud.

string? WordCasing { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-wordcasing

WordOrientation

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

string? WordOrientation { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-wordorientation

WordPadding

The word padding options (none, small, medium, large) for the words in a word cloud.

string? WordPadding { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-wordpadding

WordScaling

The word scaling options (emphasize, normal) for the words in a word cloud.

string? WordScaling { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-wordcloudoptions.html#cfn-quicksight-dashboard-wordcloudoptions-wordscaling

Back to top Generated by DocFX