Skip to main content

Aws/rtbfabric

@swamp/aws/rtbfabricv2026.06.15.1· 1d agoMODELS
01README

AWS RTBFABRIC infrastructure models

02Release Notes
  • Updated: inbound_external_link, link, link_routing_rule, outbound_external_link, requester_gateway, responder_gateway
03Models6
@swamp/aws/rtbfabric/inbound-external-linkv2026.06.15.1inbound_external_link.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
Tags?arrayTags to assign to the Link.
GatewayIdstring
LinkAttributes?object
LinkLogSettingsobject
fn create()
Create a RTBFabric InboundExternalLink
fn get(identifier: string)
Get a RTBFabric InboundExternalLink
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric InboundExternalLink
fn update()
Update a RTBFabric InboundExternalLink
fn delete(identifier: string)
Delete a RTBFabric InboundExternalLink
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric InboundExternalLink
fn sync()
Sync RTBFabric InboundExternalLink state from AWS

Resources

state(infinite)— RTBFabric InboundExternalLink resource state
@swamp/aws/rtbfabric/linkv2026.06.15.1link.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
Tags?arrayTags to assign to the Link.
GatewayIdstring
PeerGatewayIdstring
LinkAttributes?object
HttpResponderAllowed?boolean
LinkLogSettingsobject
ModuleConfigurationList?array
fn create()
Create a RTBFabric Link
fn get(identifier: string)
Get a RTBFabric Link
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric Link
fn update()
Update a RTBFabric Link
fn delete(identifier: string)
Delete a RTBFabric Link
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric Link
fn sync()
Sync RTBFabric Link state from AWS

Resources

state(infinite)— RTBFabric Link resource state
@swamp/aws/rtbfabric/link-routing-rulev2026.06.15.1link_routing_rule.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
GatewayIdstring
LinkIdstring
Prioritynumber
ConditionsobjectConditions for a routing rule. All non-null fields must match (AND logic). At least one field must be set. HostHeader and HostHeaderWildcard are mutually exclusive. PathPrefix and PathExact are mutually exclusive.
Tags?arrayTags to assign to the LinkRoutingRule.
fn create()
Create a RTBFabric LinkRoutingRule
fn get(identifier: string)
Get a RTBFabric LinkRoutingRule
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric LinkRoutingRule
fn update()
Update a RTBFabric LinkRoutingRule
fn delete(identifier: string)
Delete a RTBFabric LinkRoutingRule
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric LinkRoutingRule
fn sync()
Sync RTBFabric LinkRoutingRule state from AWS

Resources

state(infinite)— RTBFabric LinkRoutingRule resource state
@swamp/aws/rtbfabric/outbound-external-linkv2026.06.15.1outbound_external_link.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
Tags?arrayTags to assign to the Link.
GatewayIdstring
PublicEndpointstring
LinkAttributes?object
LinkLogSettingsobject
fn create()
Create a RTBFabric OutboundExternalLink
fn get(identifier: string)
Get a RTBFabric OutboundExternalLink
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric OutboundExternalLink
fn update()
Update a RTBFabric OutboundExternalLink
fn delete(identifier: string)
Delete a RTBFabric OutboundExternalLink
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric OutboundExternalLink
fn sync()
Sync RTBFabric OutboundExternalLink state from AWS

Resources

state(infinite)— RTBFabric OutboundExternalLink resource state
@swamp/aws/rtbfabric/requester-gatewayv2026.06.15.1requester_gateway.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
Tags?arrayTags to assign to the Requester Gateway.
Description?string
VpcIdstring
SubnetIdsarrayThe ID of one or more subnets in order to create a requester gateway.
SecurityGroupIdsarrayThe ID of one or more security groups in order to create a requester gateway.
fn create()
Create a RTBFabric RequesterGateway
fn get(identifier: string)
Get a RTBFabric RequesterGateway
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric RequesterGateway
fn update()
Update a RTBFabric RequesterGateway
fn delete(identifier: string)
Delete a RTBFabric RequesterGateway
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric RequesterGateway
fn sync()
Sync RTBFabric RequesterGateway state from AWS

Resources

state(infinite)— RTBFabric RequesterGateway resource state
@swamp/aws/rtbfabric/responder-gatewayv2026.06.15.1responder_gateway.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessKeyId?stringAWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault.
secretAccessKey?stringAWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
sessionToken?stringAWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
region?stringAWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1.
TrustStoreConfiguration?object
Description?string
DomainName?string
Portnumber
GatewayType?enum
ManagedEndpointConfiguration?record
SubnetIdsarrayThe ID of one or more subnets in order to create a gateway.
SecurityGroupIdsarrayThe ID of one or more security groups in order to create a gateway.
ListenerConfig?object
VpcIdstring
Protocolenum
Tags?arrayTags to assign to the Responder Gateway.
AcmCertificateArn?string
fn create()
Create a RTBFabric ResponderGateway
fn get(identifier: string)
Get a RTBFabric ResponderGateway
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric ResponderGateway
fn update()
Update a RTBFabric ResponderGateway
fn delete(identifier: string)
Delete a RTBFabric ResponderGateway
ArgumentTypeDescription
identifierstringThe primary identifier of the RTBFabric ResponderGateway
fn sync()
Sync RTBFabric ResponderGateway state from AWS

Resources

state(infinite)— RTBFabric ResponderGateway resource state
04Previous Versions12
2026.06.08.2Jun 8, 2026
  • Updated: inbound_external_link, link, link_routing_rule, outbound_external_link, requester_gateway, responder_gateway
2026.06.06.1Jun 6, 2026
  • Updated: inbound_external_link, link, link_routing_rule, outbound_external_link, requester_gateway, responder_gateway
2026.06.04.1Jun 4, 2026
  • Added: link_routing_rule

Added 1 models

2026.06.03.1Jun 3, 2026
  • Updated: responder_gateway
2026.05.27.1May 27, 2026
  • Updated: link, responder_gateway
2026.04.23.3Apr 23, 2026
2026.04.23.2Apr 23, 2026
  • Updated: inbound_external_link, link, outbound_external_link, requester_gateway, responder_gateway
2026.04.22.1Apr 22, 2026
  • Updated: inbound_external_link, link
2026.04.03.2Apr 3, 2026
  • Updated: inbound_external_link, link, outbound_external_link, requester_gateway, responder_gateway
2026.03.19.1Mar 19, 2026
  • Updated: inbound_external_link, link, outbound_external_link, requester_gateway, responder_gateway
2026.03.16.1Mar 16, 2026
  • Updated: inbound_external_link, link, outbound_external_link, requester_gateway, responder_gateway
2026.03.10.5Mar 10, 2026
05Stats
B
85 / 100
Downloads
0
Archive size
1.4 MB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit0/2missing
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels