Get Api Result
data class GetApiResult(val apiEndpoint: String? = null, val apiId: String? = null, val apiKeySelectionExpression: String? = null, val corsConfiguration: ApiCors? = null, val description: String? = null, val disableExecuteApiEndpoint: Boolean? = null, val name: String? = null, val routeSelectionExpression: String? = null, val tags: Any? = null, val version: String? = null)
Constructors
Link copied to clipboard
fun GetApiResult(apiEndpoint: String? = null, apiId: String? = null, apiKeySelectionExpression: String? = null, corsConfiguration: ApiCors? = null, description: String? = null, disableExecuteApiEndpoint: Boolean? = null, name: String? = null, routeSelectionExpression: String? = null, tags: Any? = null, version: String? = null)
Types
Properties
Link copied to clipboard
An API key selection expression. Supported only for WebSocket APIs. See API Key Selection Expressions.
Link copied to clipboard
A CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.
Link copied to clipboard
Link copied to clipboard
Specifies whether clients can invoke your API by using the default `execute-api`
endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.