aws-cdk-lib.aws_iot.CfnFleetMetric.AggregationTypeProperty

interface AggregationTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnFleetMetric.AggregationTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnFleetMetric_AggregationTypeProperty
Javasoftware.amazon.awscdk.services.iot.CfnFleetMetric.AggregationTypeProperty
Pythonaws_cdk.aws_iot.CfnFleetMetric.AggregationTypeProperty
TypeScript aws-cdk-lib » aws_iot » CfnFleetMetric » AggregationTypeProperty

The type of aggregation queries.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const aggregationTypeProperty: iot.CfnFleetMetric.AggregationTypeProperty = {
  name: 'name',
  values: ['values'],
};

Properties

NameTypeDescription
namestringThe name of the aggregation type.
valuesstring[]A list of the values of aggregation types.

name

Type: string

The name of the aggregation type.


values

Type: string[]

A list of the values of aggregation types.