package awsquicksight // The field well configuration of a pie chart. // // Example: // // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-piechartaggregatedfieldwells.html // type CfnTemplate_PieChartAggregatedFieldWellsProperty struct { // The category (group/color) field wells of a pie chart. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-piechartaggregatedfieldwells.html#cfn-quicksight-template-piechartaggregatedfieldwells-category // Category interface{} `field:"optional" json:"category" yaml:"category"` // The small multiples field well of a pie chart. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-piechartaggregatedfieldwells.html#cfn-quicksight-template-piechartaggregatedfieldwells-smallmultiples // SmallMultiples interface{} `field:"optional" json:"smallMultiples" yaml:"smallMultiples"` // The value field wells of a pie chart. // // Values are aggregated based on categories. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-piechartaggregatedfieldwells.html#cfn-quicksight-template-piechartaggregatedfieldwells-values // Values interface{} `field:"optional" json:"values" yaml:"values"` }