class Aws::ApiGatewayV2::Types::UpdateApiInput


@return [String]
A version identifier for the API.
@!attribute [rw] version
@return [String]
you can’t remove it from an API. Supported only for HTTP APIs.
URI and integration type. You can update a quick-created target, but
AWS_PROXY, respectively. The value provided updates the integration
function ARN. The type of the integration will be HTTP_PROXY or
specify a fully qualified URL. For Lambda integrations, specify a
This property is part of quick create. For HTTP integrations,
@!attribute [rw] target
@return [String]
HTTP APIs. This property is required for WebSocket APIs.
$\{request.path\}. If not provided, this will be the default for
routeSelectionExpression must be $\{request.method\}
The route selection expression for the API. For HTTP APIs, the
@!attribute [rw] route_selection_expression
@return [String]
be added after the API is updated. Supported only for HTTP APIs.
the route key of the quick create route. Additional routes may still
created using quick create is kept. Otherwise, this value replaces
This property is part of quick create. If not specified, the route
@!attribute [rw] route_key
@return [String]
The name of the API.
@!attribute [rw] name
@return [Boolean]
@!attribute [rw] disable_execute_api_endpoint
@return [Boolean]
for WebSocket APIs.
Avoid validating models when creating a deployment. Supported only
@!attribute [rw] disable_schema_validation
@return [String]
The description of the API.
@!attribute [rw] description
@return [String]
only for HTTP APIs.
credentials associated with the quick create integration. Supported
not used for HTTP integrations. If provided, this value replaces the
on supported AWS services, specify null. Currently, this property is
specify arn:aws:iam:::user/. To use resource-based permissions
that the caller’s identity be passed through from the request,
to assume, use the role’s Amazon Resource Name (ARN). To require
three options are available. To specify an IAM Role for API Gateway
required for the integration, if any. For a Lambda integration,
This property is part of quick create. It specifies the credentials
@!attribute [rw] credentials_arn
@return [Types::Cors]
A CORS configuration. Supported only for HTTP APIs.
@!attribute [rw] cors_configuration
@return [String]<br>: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions<br><br><br><br>See [API Key Selection Expressions].
An API key selection expression. Supported only for WebSocket APIs.
@!attribute [rw] api_key_selection_expression
Represents the input parameters for an UpdateApi request.