UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 560 B
"use strict"; // CloudFormation Resource AWS::Amplify::Domain Object.defineProperty(exports, "__esModule", { value: true }); exports.Domain_Type = void 0; const base_1 = require("../../base"); exports.Domain_Type = 'AWS::Amplify::Domain'; /** * The AWS::Amplify::Domain resource allows you to connect a custom * domain to your app. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html} */ function Domain(props) { return new base_1.CfnResource(exports.Domain_Type, props); } exports.default = Domain;