AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RTBFabric::Link

CfnLink

Creates a new link between gateways. Establishes a connection that allows gateways to communicate and exchange bid requests and responses.

Import

import { CfnLink } from 'aws-cdk-lib/aws-rtbfabric';

Or use the module namespace:

import * as rtbfabric from 'aws-cdk-lib/aws-rtbfabric';
// rtbfabric.CfnLink

Properties

Configuration passed to the constructor as CfnLinkProps.

gatewayIdRequired
string

The unique identifier of the gateway.

linkLogSettingsRequired
IResolvable | LinkLogSettingsProperty

Settings for the application logs.

peerGatewayIdRequired
string

The unique identifier of the peer gateway.

httpResponderAllowedOptional
boolean | IResolvable

Boolean to specify if an HTTP responder is allowed.

linkAttributesOptional
IResolvable | LinkAttributesProperty

Attributes of the link.

moduleConfigurationListOptional
IResolvable | IResolvable | ModuleConfigurationProperty[]
tagsOptional
CfnTag[]

A map of the key-value pairs of the tag or tags to assign to the resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-rtbfabric
CFN TypeAWS::RTBFabric::Link
Properties7

External Links