class Aws::ApiGatewayV2::Types::GetIntegrationResult
@!attribute [rw] api_gateway_managed
@return [Boolean]
@!attribute [rw] connection_id
A string with a length between \[1-1024\]. @return [String]
@!attribute [rw] connection_type
Represents a connection type. @return [String]
@!attribute [rw] content_handling_strategy
Specifies how to handle response payload content type conversions. Supported only for WebSocket APIs. @return [String]
@!attribute [rw] credentials_arn
Represents an Amazon Resource Name (ARN). @return [String]
@!attribute [rw] description
A string with a length between \[0-1024\]. @return [String]
@!attribute [rw] integration_id
The identifier. @return [String]
@!attribute [rw] integration_method
A string with a length between \[1-64\]. @return [String]
@!attribute [rw] integration_response_selection_expression
An expression used to extract information at runtime. See [Selection Expressions][1] for more information. [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions @return [String]
@!attribute [rw] integration_subtype
A string with a length between \[1-128\]. @return [String]
@!attribute [rw] integration_type
Represents an API method integration type. @return [String]
@!attribute [rw] integration_uri
A string representation of a URI with a length between \[1-2048\]. @return [String]
@!attribute [rw] passthrough_behavior
Represents passthrough behavior for an integration response. Supported only for WebSocket APIs. @return [String]
@!attribute [rw] payload_format_version
A string with a length between \[1-64\]. @return [String]
@!attribute [rw] request_parameters
For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.*\\\{location\\}*.*\\\{name\\}* , where *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}* must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS\_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see [Working with AWS service integrations for HTTP APIs][1]. For HTTP API integrations without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern <action>\:<header\|querystring\|path>.<location> where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see [Transforming API requests and responses][2]. [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html [2]: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html @return [Hash<String,String>]
@!attribute [rw] response_parameters
Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. @return [Hash<String,Hash<String,String>>]
@!attribute [rw] request_templates
A mapping of identifier keys to templates. The value is an actual template script. The key is typically a SelectionKey which is chosen based on evaluating a selection expression. @return [Hash<String,String>]
@!attribute [rw] template_selection_expression
An expression used to extract information at runtime. See [Selection Expressions][1] for more information. [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions @return [String]
@!attribute [rw] timeout_in_millis
An integer with a value between \[50-30000\]. @return [Integer]
@!attribute [rw] tls_config
The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs. @return [Types::TlsConfig]
Constants
- SENSITIVE