Show / Hide Table of Contents

Class CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty

The aggregated field wells for a geospatial map.

Inheritance
System.Object
CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty
Implements
CfnAnalysis.IGeospatialMapAggregatedFieldWellsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class GeospatialMapAggregatedFieldWellsProperty : Object, CfnAnalysis.IGeospatialMapAggregatedFieldWellsProperty
Syntax (vb)
Public Class GeospatialMapAggregatedFieldWellsProperty
    Inherits Object
    Implements CfnAnalysis.IGeospatialMapAggregatedFieldWellsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapaggregatedfieldwells.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;

var geospatialMapAggregatedFieldWellsProperty = new GeospatialMapAggregatedFieldWellsProperty {
    Colors = new [] { new DimensionFieldProperty {
        CategoricalDimensionField = new CategoricalDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            FormatConfiguration = new StringFormatConfigurationProperty {
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        },
        DateDimensionField = new DateDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            DateGranularity = "dateGranularity",
            FormatConfiguration = new DateTimeFormatConfigurationProperty {
                DateTimeFormat = "dateTimeFormat",
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        },
        NumericalDimensionField = new NumericalDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            FormatConfiguration = new NumberFormatConfigurationProperty {
                FormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        }
    } },
    Geospatial = new [] { new DimensionFieldProperty {
        CategoricalDimensionField = new CategoricalDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            FormatConfiguration = new StringFormatConfigurationProperty {
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        },
        DateDimensionField = new DateDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            DateGranularity = "dateGranularity",
            FormatConfiguration = new DateTimeFormatConfigurationProperty {
                DateTimeFormat = "dateTimeFormat",
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        },
        NumericalDimensionField = new NumericalDimensionFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            FormatConfiguration = new NumberFormatConfigurationProperty {
                FormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            },
            HierarchyId = "hierarchyId"
        }
    } },
    Values = new [] { new MeasureFieldProperty {
        CalculatedMeasureField = new CalculatedMeasureFieldProperty {
            Expression = "expression",
            FieldId = "fieldId"
        },
        CategoricalMeasureField = new CategoricalMeasureFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            AggregationFunction = "aggregationFunction",
            FormatConfiguration = new StringFormatConfigurationProperty {
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            }
        },
        DateMeasureField = new DateMeasureFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            AggregationFunction = "aggregationFunction",
            FormatConfiguration = new DateTimeFormatConfigurationProperty {
                DateTimeFormat = "dateTimeFormat",
                NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                    NullString = "nullString"
                },
                NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            }
        },
        NumericalMeasureField = new NumericalMeasureFieldProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId",

            // the properties below are optional
            AggregationFunction = new NumericalAggregationFunctionProperty {
                PercentileAggregation = new PercentileAggregationProperty {
                    PercentileValue = 123
                },
                SimpleNumericalAggregation = "simpleNumericalAggregation"
            },
            FormatConfiguration = new NumberFormatConfigurationProperty {
                FormatConfiguration = new NumericFormatConfigurationProperty {
                    CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix",
                        Symbol = "symbol"
                    },
                    NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        NumberScale = "numberScale",
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    },
                    PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                        DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                            DecimalPlaces = 123
                        },
                        NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                            DisplayMode = "displayMode"
                        },
                        NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                            NullString = "nullString"
                        },
                        Prefix = "prefix",
                        SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                            DecimalSeparator = "decimalSeparator",
                            ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                Symbol = "symbol",
                                Visibility = "visibility"
                            }
                        },
                        Suffix = "suffix"
                    }
                }
            }
        }
    } }
};

Synopsis

Constructors

GeospatialMapAggregatedFieldWellsProperty()

Properties

Colors

The color field wells of a geospatial map.

Geospatial

The geospatial field wells of a geospatial map.

Values

The size field wells of a geospatial map.

Constructors

GeospatialMapAggregatedFieldWellsProperty()

public GeospatialMapAggregatedFieldWellsProperty()

Properties

Colors

The color field wells of a geospatial map.

public object Colors { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapaggregatedfieldwells.html#cfn-quicksight-analysis-geospatialmapaggregatedfieldwells-colors

Geospatial

The geospatial field wells of a geospatial map.

public object Geospatial { get; set; }
Property Value

System.Object

Remarks

Values are grouped by geospatial fields.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapaggregatedfieldwells.html#cfn-quicksight-analysis-geospatialmapaggregatedfieldwells-geospatial

Values

The size field wells of a geospatial map.

public object Values { get; set; }
Property Value

System.Object

Remarks

Values are aggregated based on geospatial fields.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapaggregatedfieldwells.html#cfn-quicksight-analysis-geospatialmapaggregatedfieldwells-values

Implements

CfnAnalysis.IGeospatialMapAggregatedFieldWellsProperty
Back to top Generated by DocFX