AWS::RTBFabric::RequesterGatewayResource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SecurityGroupIds | array | Required |
SubnetIds | array | Required |
VpcId | string | Required |
Description | string | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ActiveLinksCount | integer | - |
Arn | string | - |
CreatedTimestamp | string | - |
DomainName | string | - |
GatewayId | string | - |
RequesterGatewayStatus | string | - |
TotalLinksCount | integer | - |
UpdatedTimestamp | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RTBFabric::RequesterGateway
Resources:
MyResource:
Type: AWS::RTBFabric::RequesterGateway
Properties:
VpcId: "my-vpcid"
SubnetIds: "my-subnetids"
SecurityGroupIds: "my-securitygroupids"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
rtbfabric:CreateRequesterGatewayrtbfabric:GetRequesterGatewayrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRolertbfabric:GetRequesterGatewayrtbfabric:ListTagsForResourcertbfabric:GetRequesterGatewayrtbfabric:UpdateRequesterGatewayrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResourcertbfabric:DeleteRequesterGatewayrtbfabric:GetRequesterGatewayrtbfabric:ListRequesterGatewaysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn