AWS::RTBFabric::RequesterGateway - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::RTBFabric::RequesterGateway

Creates a requester gateway.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::RTBFabric::RequesterGateway", "Properties" : { "Description" : String, "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ], "Tags" : [ Tag, ... ], "VpcId" : String } }

YAML

Type: AWS::RTBFabric::RequesterGateway Properties: Description: String SecurityGroupIds: - String SubnetIds: - String Tags: - Tag VpcId: String

Properties

Description

An optional description for the requester gateway.

Required: No

Type: String

Pattern: ^[A-Za-z0-9 ]+$

Update requires: Some interruptions

SecurityGroupIds

The unique identifiers of the security groups.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: Some interruptions

SubnetIds

The unique identifiers of the subnets.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: Some interruptions

Tags

A map of the key-value pairs of the tag or tags to assign to the resource.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

VpcId

The unique identifier of the Virtual Private Cloud (VPC).

Required: Yes

Type: String

Minimum: 5

Maximum: 50

Update requires: Some interruptions

Return values

Ref

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ActiveLinksCount

Property description not available.

Arn

Property description not available.

CreatedTimestamp

Property description not available.

DomainName

Property description not available.

GatewayId

Property description not available.

RequesterGatewayStatus

Property description not available.

TotalLinksCount

Property description not available.

UpdatedTimestamp

Property description not available.