AWS Fundamentals Logo
AWS Fundamentals
AWS::RTBFabric::ResponderGateway

RTBFabric ResponderGateway

Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type

Properties

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

Filter:
PropertyTypeFlags
Port
integer
Required
Protocol
string
Required
SecurityGroupIds
array
Required
SubnetIds
array
Required
VpcId
string
Required
Description
string
DomainName
string
ManagedEndpointConfiguration
ManagedEndpointConfiguration
Tags
array
TrustStoreConfiguration
TrustStoreConfiguration

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedTimestampstring-
GatewayIdstring-
ResponderGatewayStatusstring-
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::ResponderGateway

Resources:
  MyResource:
    Type: AWS::RTBFabric::ResponderGateway
    Properties:
      VpcId: "my-vpcid"
      SubnetIds: "my-subnetids"
      SecurityGroupIds: "my-securitygroupids"
      Port: "value"
      Protocol: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

read

rtbfabric:GetResponderGatewayrtbfabric:ListTagsForResource

create

rtbfabric:CreateResponderGatewayrtbfabric:GetResponderGatewayrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRole

update

rtbfabric:GetResponderGatewayrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResource

list

rtbfabric:ListResponderGateways

delete

rtbfabric:DeleteResponderGatewayrtbfabric:GetResponderGateway

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
Properties15
Required5
TaggingSupported
Primary IDArn

Supported Operations

ReadCreateUpdateListDelete

External Links