interface GradientColorProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GradientColorProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GradientColorProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.GradientColorProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.GradientColorProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const gradientColorProperty: quicksight.CfnAnalysis.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.