UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 587 B
"use strict"; // CloudFormation Resource AWS::EC2::FlowLog Object.defineProperty(exports, "__esModule", { value: true }); exports.FlowLog_Type = void 0; const base_1 = require("../../base"); exports.FlowLog_Type = 'AWS::EC2::FlowLog'; /** * Specifies a VPC flow log, which enables you to capture IP traffic for * a specific network interface, subnet, or VPC. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html} */ function FlowLog(props) { return new base_1.CfnResource(exports.FlowLog_Type, props); } exports.default = FlowLog;