AWS Fundamentals Logo
AWS Fundamentals
AWS::RTBFabric::Link

RTBFabric Link

Resource Type definition for AWS::RTBFabric::Link Resource Type

Properties

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

Filter:
PropertyTypeFlags
GatewayId
string
Required
LinkLogSettings
LinkLogSettings
Required
PeerGatewayId
string
Required
HttpResponderAllowed
boolean
Write-only
LinkAttributes
LinkAttributes
ModuleConfigurationList
array
Write-only
Tags
array

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedTimestampstring-
LinkDirectionstring-
LinkIdstring-
LinkStatusstring-
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::Link

Resources:
  MyResource:
    Type: AWS::RTBFabric::Link
    Properties:
      GatewayId: "my-gatewayid"
      PeerGatewayId: "my-peergatewayid"
      LinkLogSettings: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

rtbfabric:CreateLinkrtbfabric:GetLinkrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRole

read

rtbfabric:GetLinkrtbfabric:ListTagsForResource

update

rtbfabric:UpdateLinkrtbfabric:GetLinkrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResource

delete

rtbfabric:DeleteLinkrtbfabric:GetLink

list

rtbfabric:ListLinks

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