AWS::RTBFabric::InboundExternalLinkResource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GatewayId | string | Required |
LinkLogSettings | LinkLogSettings | Required |
LinkAttributes | LinkAttributes | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTimestamp | string | - |
DomainName | string | - |
LinkId | string | - |
LinkStatus | string | - |
UpdatedTimestamp | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rtbfabric:CreateInboundExternalLinkrtbfabric:GetInboundExternalLinkrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRolertbfabric:GetInboundExternalLinkrtbfabric:ListTagsForResourcertbfabric:GetInboundExternalLinkrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResourcertbfabric:DeleteInboundExternalLinkrtbfabric:GetInboundExternalLinkrtbfabric:ListLinksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn