AWS::RTBFabric::ResponderGatewayResource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
10 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTimestamp | string | - |
GatewayId | string | - |
ResponderGatewayStatus | string | - |
UpdatedTimestamp | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
rtbfabric:GetResponderGatewayrtbfabric:ListTagsForResourcertbfabric:CreateResponderGatewayrtbfabric:GetResponderGatewayrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRolertbfabric:GetResponderGatewayrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResourcertbfabric:ListResponderGatewaysrtbfabric:DeleteResponderGatewayrtbfabric:GetResponderGatewayOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn