AWS::RTBFabric::LinkResource Type definition for AWS::RTBFabric::Link Resource Type
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GatewayId | string | Required |
LinkLogSettings | LinkLogSettings | Required |
PeerGatewayId | string | Required |
HttpResponderAllowed | boolean | Write-only |
LinkAttributes | LinkAttributes | |
ModuleConfigurationList | array | Write-only |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTimestamp | string | - |
LinkDirection | 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::Link
Resources:
MyResource:
Type: AWS::RTBFabric::Link
Properties:
GatewayId: "my-gatewayid"
PeerGatewayId: "my-peergatewayid"
LinkLogSettings: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rtbfabric:CreateLinkrtbfabric:GetLinkrtbfabric:TagResourcertbfabric:ListTagsForResourceiam:CreateServiceLinkedRolertbfabric:GetLinkrtbfabric:ListTagsForResourcertbfabric:UpdateLinkrtbfabric:GetLinkrtbfabric:TagResourcertbfabric:UntagResourcertbfabric:ListTagsForResourcertbfabric:DeleteLinkrtbfabric:GetLinkrtbfabric:ListLinksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn