Values.AwsApiGatewayV2ApiDetailsSourceContains information about a version 2 API in Amazon API Gateway.
type nonrec t = {apiEndpoint : NonEmptyString.t option;The URI of the API. Uses the format <api-id>.execute-api.<region>.amazonaws.com The stage name is typically appended to the URI to form a complete path to a deployed API stage.
*)apiId : NonEmptyString.t option;The identifier of the API.
*)apiKeySelectionExpression : NonEmptyString.t option;An API key selection expression. Supported only for WebSocket APIs.
*)createdDate : NonEmptyString.t option;Indicates when the API was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)description : NonEmptyString.t option;A description of the API.
*)version : NonEmptyString.t option;The version identifier for the API.
*)name : NonEmptyString.t option;The name of the API.
*)protocolType : NonEmptyString.t option;The API protocol for the API. Valid values: WEBSOCKET | HTTP
*)routeSelectionExpression : NonEmptyString.t option;The route selection expression for the API. For HTTP APIs, must be ${request.method} ${request.path}. This is the default value for HTTP APIs. For WebSocket APIs, there is no default value.
*)corsConfiguration : AwsCorsConfiguration.t option;A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list ])
list ])
list ]