UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 554 B
"use strict"; // CloudFormation Resource AWS::IoT::FleetMetric Object.defineProperty(exports, "__esModule", { value: true }); exports.FleetMetric_Type = void 0; const base_1 = require("../../base"); exports.FleetMetric_Type = 'AWS::IoT::FleetMetric'; /** * An aggregated metric of certain devices in your fleet {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-fleetmetric.html} */ function FleetMetric(props) { return new base_1.CfnResource(exports.FleetMetric_Type, props); } exports.default = FleetMetric;