AWS Fundamentals Logo
AWS Fundamentals
AWS::RTBFabric::OutboundExternalLink

RTBFabric OutboundExternalLink

Resource Type definition for AWS::RTBFabric::OutboundExternalLink Resource Type

Properties

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

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

Return Values

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

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

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

Required IAM Permissions

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

create

rtbfabric:CreateOutboundExternalLinkrtbfabric:GetOutboundExternalLinkrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRole

read

rtbfabric:GetOutboundExternalLinkrtbfabric:ListTagsForResource

update

rtbfabric:GetOutboundExternalLinkrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResource

delete

rtbfabric:DeleteOutboundExternalLinkrtbfabric:GetOutboundExternalLink

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
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links