UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 583 B
"use strict"; // CloudFormation Resource AWS::IoT::Certificate Object.defineProperty(exports, "__esModule", { value: true }); exports.Certificate_Type = void 0; const base_1 = require("../../base"); exports.Certificate_Type = 'AWS::IoT::Certificate'; /** * Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 * certificate. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-certificate.html} */ function Certificate(props) { return new base_1.CfnResource(exports.Certificate_Type, props); } exports.default = Certificate;