AWS Fundamentals Logo
AWS Fundamentals
AWS::RTBFabric::InboundExternalLink

RTBFabric InboundExternalLink

Resource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
GatewayId
string
Required
LinkLogSettings
LinkLogSettings
Required
LinkAttributes
LinkAttributes
Tags
array

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedTimestampstring-
DomainNamestring-
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::InboundExternalLink

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

Required IAM Permissions

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

create

rtbfabric:CreateInboundExternalLinkrtbfabric:GetInboundExternalLinkrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRole

read

rtbfabric:GetInboundExternalLinkrtbfabric:ListTagsForResource

update

rtbfabric:GetInboundExternalLinkrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResource

delete

rtbfabric:DeleteInboundExternalLinkrtbfabric:GetInboundExternalLink

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
Properties10
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links