Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions api-specs/konnect/cloud-gateways/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ info:
contact:
name: Kong
url: 'https://cloud.konghq.com'
x-oas-source: kong/platform-api@244ff7363a36bd242d8f49f235ebb904e3672d32
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/244ff7363a36bd242d8f49f235ebb904e3672d32'
x-oas-source: kong/platform-api@6881a8c85f5465901c42ea861179c5ea7adb3372
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/6881a8c85f5465901c42ea861179c5ea7adb3372'
servers:
- url: 'https://global.api.konghq.com/v2'
description: Base URL for the global region
Expand Down Expand Up @@ -1616,6 +1616,7 @@ components:
- `ready` - The transit gateway attachment is fully operational and can route traffic as configured.
- `terminating` - The attachment is in the process of being deleted and is no longer accepting new traffic.
- `terminated` - The attachment has been fully deleted and is no longer available.
- `error` - The attachment is in an error state.
type: string
enum:
- created
Expand All @@ -1625,6 +1626,7 @@ components:
- ready
- terminating
- terminated
- error
readOnly: true
title: Transit Gateway State
AwsResourceEndpointConfigState:
Expand Down
Loading