UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 628 B
"use strict"; // CloudFormation Resource AWS::GlobalAccelerator::EndpointGroup Object.defineProperty(exports, "__esModule", { value: true }); exports.EndpointGroup_Type = void 0; const base_1 = require("../../base"); exports.EndpointGroup_Type = 'AWS::GlobalAccelerator::EndpointGroup'; /** * Resource Type definition for AWS::GlobalAccelerator::EndpointGroup * {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-endpointgroup.html} */ function EndpointGroup(props) { return new base_1.CfnResource(exports.EndpointGroup_Type, props); } exports.default = EndpointGroup;