interface GeospatialSolidColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialSolidColorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialSolidColorProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialSolidColorProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialSolidColorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GeospatialSolidColorProperty |
The definition for a solid color.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialSolidColorProperty: quicksight_mixins.CfnDashboardPropsMixin.GeospatialSolidColorProperty = {
color: 'color',
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| color? | string | The color and opacity values for the color. |
| state? | string | Enables and disables the view state of the color. |
color?
Type:
string
(optional)
The color and opacity values for the color.
state?
Type:
string
(optional)
Enables and disables the view state of the color.

.NET
Go
Java
Python
TypeScript