This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::RTBFabric::RequesterGateway
Creates a requester gateway.
Syntax
To declare this entity in your Amazon 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:StringSecurityGroupIds:- StringSubnetIds:- StringTags:- TagVpcId: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:
1Update requires: Some interruptions
SubnetIds-
The unique identifiers of the subnets.
Required: Yes
Type: Array of String
Minimum:
1Update requires: Some interruptions
-
A map of the key-value pairs of the tag or tags to assign to the resource.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
VpcId-
The unique identifier of the Virtual Private Cloud (VPC).
Required: Yes
Type: String
Minimum:
5Maximum:
50Update 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.
ActiveLinksCountProperty description not available.
ArnProperty description not available.
CreatedTimestampProperty description not available.
DomainNameProperty description not available.
GatewayIdProperty description not available.
RequesterGatewayStatusProperty description not available.
TotalLinksCountProperty description not available.
UpdatedTimestampProperty description not available.