AWS Fundamentals Logo
AWS Fundamentals
AWS::RTBFabric::RequesterGateway

RTBFabric RequesterGateway

Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
SecurityGroupIds
array
Required
SubnetIds
array
Required
VpcId
string
Required
Description
string
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ActiveLinksCountinteger-
Arnstring-
CreatedTimestampstring-
DomainNamestring-
GatewayIdstring-
RequesterGatewayStatusstring-
TotalLinksCountinteger-
UpdatedTimestampstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rtbfabric:CreateRequesterGatewayrtbfabric:GetRequesterGatewayrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRole

read

rtbfabric:GetRequesterGatewayrtbfabric:ListTagsForResource

update

rtbfabric:GetRequesterGatewayrtbfabric:UpdateRequesterGatewayrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResource

delete

rtbfabric:DeleteRequesterGatewayrtbfabric:GetRequesterGateway

list

rtbfabric:ListRequesterGateways

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRTBFabric
Properties13
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links