UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 590 B
"use strict"; // CloudFormation Resource AWS::OpenSearchService::Domain Object.defineProperty(exports, "__esModule", { value: true }); exports.Domain_Type = void 0; const base_1 = require("../../base"); exports.Domain_Type = 'AWS::OpenSearchService::Domain'; /** * An example resource schema demonstrating some basic constructs and * validation rules. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html} */ function Domain(props) { return new base_1.CfnResource(exports.Domain_Type, props); } exports.default = Domain;