interface SankeyDiagramFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.SankeyDiagramFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_SankeyDiagramFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SankeyDiagramFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.SankeyDiagramFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » SankeyDiagramFieldWellsProperty |
The field well configuration of a sankey diagram.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| sankey | IResolvable | Sankey | The field well configuration of a sankey diagram. |
sankeyDiagramAggregatedFieldWells?
Type:
IResolvable | Sankey
(optional)
The field well configuration of a sankey diagram.

.NET
Go
Java
Python
TypeScript