interface GeospatialGradientStepColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialGradientStepColorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialGradientStepColorProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialGradientStepColorProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialGradientStepColorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GeospatialGradientStepColorProperty |
The gradient step color for a single step.
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 geospatialGradientStepColorProperty: quicksight_mixins.CfnDashboardPropsMixin.GeospatialGradientStepColorProperty = {
color: 'color',
dataValue: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| color? | string | The color and opacity values for the gradient step color. |
| data | number | The data value for the gradient step color. |
color?
Type:
string
(optional)
The color and opacity values for the gradient step color.
dataValue?
Type:
number
(optional, default: 0)
The data value for the gradient step color.

.NET
Go
Java
Python
TypeScript