UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 512 B
"use strict"; // CloudFormation Resource AWS::Cassandra::Table Object.defineProperty(exports, "__esModule", { value: true }); exports.Table_Type = void 0; const base_1 = require("../../base"); exports.Table_Type = 'AWS::Cassandra::Table'; /** * Resource schema for AWS::Cassandra::Table {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html} */ function Table(props) { return new base_1.CfnResource(exports.Table_Type, props); } exports.default = Table;