package awsquicksight // The field well configuration of a sankey diagram. // // Example: // // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sankeydiagramaggregatedfieldwells.html // type CfnAnalysis_SankeyDiagramAggregatedFieldWellsProperty struct { // The destination field wells of a sankey diagram. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-analysis-sankeydiagramaggregatedfieldwells-destination // Destination interface{} `field:"optional" json:"destination" yaml:"destination"` // The source field wells of a sankey diagram. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-analysis-sankeydiagramaggregatedfieldwells-source // Source interface{} `field:"optional" json:"source" yaml:"source"` // The weight field wells of a sankey diagram. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sankeydiagramaggregatedfieldwells.html#cfn-quicksight-analysis-sankeydiagramaggregatedfieldwells-weight // Weight interface{} `field:"optional" json:"weight" yaml:"weight"` }