Aws/rtbfabric
@swamp/aws/rtbfabricv2026.06.03.1
01README
AWS RTBFABRIC infrastructure models
02Release Notes
- Updated: responder_gateway
03Models
@swamp/aws/rtbfabric/inbound-external-linkv2026.04.23.2inbound_external_link.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Tags? | array | Tags to assign to the Link. |
| GatewayId | string | |
| LinkAttributes? | object | |
| LinkLogSettings | object |
fn create()
Create a RTBFabric InboundExternalLink
fn get(identifier: string)
Get a RTBFabric InboundExternalLink
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric InboundExternalLink |
fn update()
Update a RTBFabric InboundExternalLink
fn delete(identifier: string)
Delete a RTBFabric InboundExternalLink
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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.05.27.1link.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Tags? | array | Tags to assign to the Link. |
| GatewayId | string | |
| PeerGatewayId | string | |
| LinkAttributes? | object | |
| HttpResponderAllowed? | boolean | |
| LinkLogSettings | object | |
| ModuleConfigurationList? | array |
fn create()
Create a RTBFabric Link
fn get(identifier: string)
Get a RTBFabric Link
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric Link |
fn update()
Update a RTBFabric Link
fn delete(identifier: string)
Delete a RTBFabric Link
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric Link |
fn sync()
Sync RTBFabric Link state from AWS
Resources
state(infinite)— RTBFabric Link resource state
@swamp/aws/rtbfabric/outbound-external-linkv2026.04.23.2outbound_external_link.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Tags? | array | Tags to assign to the Link. |
| GatewayId | string | |
| PublicEndpoint | string | |
| LinkAttributes? | object | |
| LinkLogSettings | object |
fn create()
Create a RTBFabric OutboundExternalLink
fn get(identifier: string)
Get a RTBFabric OutboundExternalLink
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric OutboundExternalLink |
fn update()
Update a RTBFabric OutboundExternalLink
fn delete(identifier: string)
Delete a RTBFabric OutboundExternalLink
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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.04.23.2requester_gateway.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Tags? | array | Tags to assign to the Requester Gateway. |
| Description? | string | |
| VpcId | string | |
| SubnetIds | array | The ID of one or more subnets in order to create a requester gateway. |
| SecurityGroupIds | array | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric RequesterGateway |
fn update()
Update a RTBFabric RequesterGateway
fn delete(identifier: string)
Delete a RTBFabric RequesterGateway
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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.03.1responder_gateway.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| TrustStoreConfiguration? | object | |
| Description? | string | |
| DomainName? | string | |
| Port | number | |
| GatewayType? | enum | |
| ManagedEndpointConfiguration? | record | |
| SubnetIds | array | The ID of one or more subnets in order to create a gateway. |
| SecurityGroupIds | array | The ID of one or more security groups in order to create a gateway. |
| ListenerConfig? | object | |
| VpcId | string | |
| Protocol | enum | |
| Tags? | array | Tags to assign to the Responder Gateway. |
| AcmCertificateArn? | string |
fn create()
Create a RTBFabric ResponderGateway
fn get(identifier: string)
Get a RTBFabric ResponderGateway
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric ResponderGateway |
fn update()
Update a RTBFabric ResponderGateway
fn delete(identifier: string)
Delete a RTBFabric ResponderGateway
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the RTBFabric ResponderGateway |
fn sync()
Sync RTBFabric ResponderGateway state from AWS
Resources
state(infinite)— RTBFabric ResponderGateway resource state
04Previous Versions
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.2 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 types1/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