Show / Hide Table of Contents

Interface CfnTemplate.ISimpleClusterMarkerProperty

The simple cluster marker of the cluster marker.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-simpleclustermarker.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 simpleClusterMarkerProperty = new SimpleClusterMarkerProperty {
                 Color = "color"
             };

Synopsis

Properties

Color

The color of the simple cluster marker.

Properties

Color

The color of the simple cluster marker.

string? Color { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX