Show / Hide Table of Contents

Class CfnTemplate.TotalAggregationComputationProperty

The total aggregation computation configuration.

Inheritance
object
CfnTemplate.TotalAggregationComputationProperty
Implements
CfnTemplate.ITotalAggregationComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.TotalAggregationComputationProperty : CfnTemplate.ITotalAggregationComputationProperty
Syntax (vb)
Public Class CfnTemplate.TotalAggregationComputationProperty Implements CfnTemplate.ITotalAggregationComputationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.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 totalAggregationComputationProperty = new TotalAggregationComputationProperty {
                 ComputationId = "computationId",

                 // the properties below are optional
                 Name = "name",
                 Value = 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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         }
                     }
                 }
             };

Synopsis

Constructors

TotalAggregationComputationProperty()

The total aggregation computation configuration.

Properties

ComputationId

The ID for a computation.

Name

The name of a computation.

Value

The value field that is used in a computation.

Constructors

TotalAggregationComputationProperty()

The total aggregation computation configuration.

public TotalAggregationComputationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.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 totalAggregationComputationProperty = new TotalAggregationComputationProperty {
                 ComputationId = "computationId",

                 // the properties below are optional
                 Name = "name",
                 Value = 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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             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 {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         }
                     }
                 }
             };

Properties

ComputationId

The ID for a computation.

public string ComputationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html#cfn-quicksight-template-totalaggregationcomputation-computationid

Name

The name of a computation.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html#cfn-quicksight-template-totalaggregationcomputation-name

Value

The value field that is used in a computation.

public object? Value { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html#cfn-quicksight-template-totalaggregationcomputation-value

Implements

CfnTemplate.ITotalAggregationComputationProperty
Back to top Generated by DocFX