Show / Hide Table of Contents

Class CfnTemplatePropsMixin.WordCloudOptionsProperty

The word cloud options for a word cloud visual.

Inheritance
object
CfnTemplatePropsMixin.WordCloudOptionsProperty
Implements
CfnTemplatePropsMixin.IWordCloudOptionsProperty
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.WordCloudOptionsProperty : CfnTemplatePropsMixin.IWordCloudOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.WordCloudOptionsProperty Implements CfnTemplatePropsMixin.IWordCloudOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             var wordCloudOptionsProperty = new WordCloudOptionsProperty {
                 CloudLayout = "cloudLayout",
                 MaximumStringLength = 123,
                 WordCasing = "wordCasing",
                 WordOrientation = "wordOrientation",
                 WordPadding = "wordPadding",
                 WordScaling = "wordScaling"
             };

Synopsis

Constructors

WordCloudOptionsProperty()

The word cloud options for a word cloud visual.

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.

Constructors

WordCloudOptionsProperty()

The word cloud options for a word cloud visual.

public WordCloudOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             var wordCloudOptionsProperty = new WordCloudOptionsProperty {
                 CloudLayout = "cloudLayout",
                 MaximumStringLength = 123,
                 WordCasing = "wordCasing",
                 WordOrientation = "wordOrientation",
                 WordPadding = "wordPadding",
                 WordScaling = "wordScaling"
             };

Properties

CloudLayout

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

public string? CloudLayout { get; set; }
Property Value

string

Remarks

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

MaximumStringLength

The length limit of each word from 1-100.

public double? MaximumStringLength { get; set; }
Property Value

double?

Remarks

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

WordCasing

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

public string? WordCasing { get; set; }
Property Value

string

Remarks

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

WordOrientation

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

public string? WordOrientation { get; set; }
Property Value

string

Remarks

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

WordPadding

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

public string? WordPadding { get; set; }
Property Value

string

Remarks

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

WordScaling

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

public string? WordScaling { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.IWordCloudOptionsProperty
Back to top Generated by DocFX