UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

17 lines (16 loc) 678 B
"use strict"; // CloudFormation Resource AWS::Macie::Session Object.defineProperty(exports, "__esModule", { value: true }); exports.Session_Type = void 0; const base_1 = require("../../base"); exports.Session_Type = 'AWS::Macie::Session'; /** * The AWS::Macie::Session resource specifies a new Amazon Macie session. * A session is an object that represents the Amazon Macie service. A * session is required for Amazon Macie to become operational. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html} */ function Session(props) { return new base_1.CfnResource(exports.Session_Type, props); } exports.default = Session;