aws-cdk-lib.aws_quicksight.CfnTemplate.GradientStopProperty

interface GradientStopProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.GradientStopProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GradientStopProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.GradientStopProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.GradientStopProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » GradientStopProperty

Determines the gradient stop configuration.

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 gradientStopProperty: quicksight.CfnTemplate.GradientStopProperty = {
  gradientOffset: 123,

  // the properties below are optional
  color: 'color',
  dataValue: 123,
};

Properties

NameTypeDescription
gradientOffsetnumberDetermines gradient offset value.
color?stringDetermines the color.
dataValue?numberDetermines the data value.

gradientOffset

Type: number

Determines gradient offset value.


color?

Type: string (optional)

Determines the color.


dataValue?

Type: number (optional)

Determines the data value.