interface GradientColorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.GradientColorProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.GradientColorProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.GradientColorProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » GradientColorProperty |
Determines the gradient color settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const gradientColorProperty: quicksight.CfnTemplate.GradientColorProperty = {
stops: [{
gradientOffset: 123,
// the properties below are optional
color: 'color',
dataValue: 123,
}],
};
Properties
Name | Type | Description |
---|---|---|
stops? | IResolvable | IResolvable | Gradient [] | The list of gradient color stops. |
stops?
Type:
IResolvable
|
IResolvable
|
Gradient
[]
(optional)
The list of gradient color stops.