AWS::RTBFabric::LinkCreates a new link between gateways. Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
import { CfnLink } from 'aws-cdk-lib/aws-rtbfabric';Or use the module namespace:
import * as rtbfabric from 'aws-cdk-lib/aws-rtbfabric';
// rtbfabric.CfnLinkConfiguration passed to the constructor as CfnLinkProps.
gatewayIdRequiredstringThe unique identifier of the gateway.
linkLogSettingsRequiredIResolvable | LinkLogSettingsPropertySettings for the application logs.
peerGatewayIdRequiredstringThe unique identifier of the peer gateway.
httpResponderAllowedOptionalboolean | IResolvableBoolean to specify if an HTTP responder is allowed.
linkAttributesOptionalIResolvable | LinkAttributesPropertyAttributes of the link.
moduleConfigurationListOptionalIResolvable | IResolvable | ModuleConfigurationProperty[]tagsOptionalCfnTag[]A map of the key-value pairs of the tag or tags to assign to the resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-rtbfabricAWS::RTBFabric::Link