Show / Hide Table of Contents

Class CfnDashboard.GeospatialSolidColorProperty

The definition for a solid color.

Inheritance
object
CfnDashboard.GeospatialSolidColorProperty
Implements
CfnDashboard.IGeospatialSolidColorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.GeospatialSolidColorProperty : CfnDashboard.IGeospatialSolidColorProperty
Syntax (vb)
Public Class CfnDashboard.GeospatialSolidColorProperty Implements CfnDashboard.IGeospatialSolidColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialsolidcolor.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 geospatialSolidColorProperty = new GeospatialSolidColorProperty {
                 Color = "color",

                 // the properties below are optional
                 State = "state"
             };

Synopsis

Constructors

GeospatialSolidColorProperty()

The definition for a solid color.

Properties

Color

The color and opacity values for the color.

State

Enables and disables the view state of the color.

Constructors

GeospatialSolidColorProperty()

The definition for a solid color.

public GeospatialSolidColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialsolidcolor.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 geospatialSolidColorProperty = new GeospatialSolidColorProperty {
                 Color = "color",

                 // the properties below are optional
                 State = "state"
             };

Properties

Color

The color and opacity values for the color.

public string Color { get; set; }
Property Value

string

Remarks

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

State

Enables and disables the view state of the color.

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

string

Remarks

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

Implements

CfnDashboard.IGeospatialSolidColorProperty
Back to top Generated by DocFX