We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.apigatewayv2.getIntegration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
An example resource schema demonstrating some basic constructs and validation rules.
Using getIntegration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIntegration(args: GetIntegrationArgs, opts?: InvokeOptions): Promise<GetIntegrationResult>
function getIntegrationOutput(args: GetIntegrationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationResult>
def get_integration(api_id: Optional[str] = None,
integration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationResult
def get_integration_output(api_id: Optional[pulumi.Input[str]] = None,
integration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationResult]
func LookupIntegration(ctx *Context, args *LookupIntegrationArgs, opts ...InvokeOption) (*LookupIntegrationResult, error)
func LookupIntegrationOutput(ctx *Context, args *LookupIntegrationOutputArgs, opts ...InvokeOption) LookupIntegrationResultOutput
> Note: This function is named LookupIntegration
in the Go SDK.
public static class GetIntegration
{
public static Task<GetIntegrationResult> InvokeAsync(GetIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationResult> Invoke(GetIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:apigatewayv2:getIntegration
arguments:
# arguments dictionary
The following arguments are supported:
- Api
Id string - The API identifier.
- Integration
Id string - The integration ID.
- Api
Id string - The API identifier.
- Integration
Id string - The integration ID.
- api
Id String - The API identifier.
- integration
Id String - The integration ID.
- api
Id string - The API identifier.
- integration
Id string - The integration ID.
- api_
id str - The API identifier.
- integration_
id str - The integration ID.
- api
Id String - The API identifier.
- integration
Id String - The integration ID.
getIntegration Result
The following output properties are available:
- Connection
Id string - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- Connection
Type string - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- Content
Handling stringStrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- Credentials
Arn string - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- Description string
- The description of the integration.
- Integration
Id string - The integration ID.
- Integration
Method string - Specifies the integration's HTTP method type.
- Integration
Subtype string - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- Integration
Type string - The integration type of an integration.
- Integration
Uri string - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- Passthrough
Behavior string - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- Payload
Format stringVersion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- Request
Parameters Dictionary<string, string> - A key-value map specifying parameters.
- Request
Templates Dictionary<string, string> - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- Response
Parameters Dictionary<string, Pulumi.Aws Native. Api Gateway V2. Outputs. Integration Response Parameter Map> - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- Template
Selection stringExpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- Timeout
In intMillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- Tls
Config Pulumi.Aws Native. Api Gateway V2. Outputs. Integration 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.
- Connection
Id string - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- Connection
Type string - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- Content
Handling stringStrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- Credentials
Arn string - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- Description string
- The description of the integration.
- Integration
Id string - The integration ID.
- Integration
Method string - Specifies the integration's HTTP method type.
- Integration
Subtype string - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- Integration
Type string - The integration type of an integration.
- Integration
Uri string - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- Passthrough
Behavior string - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- Payload
Format stringVersion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- Request
Parameters map[string]string - A key-value map specifying parameters.
- Request
Templates map[string]string - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- Response
Parameters map[string]IntegrationResponse Parameter Map - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- Template
Selection stringExpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- Timeout
In intMillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- Tls
Config IntegrationTls 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.
- connection
Id String - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- connection
Type String - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- content
Handling StringStrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- credentials
Arn String - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- description String
- The description of the integration.
- integration
Id String - The integration ID.
- integration
Method String - Specifies the integration's HTTP method type.
- integration
Subtype String - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- integration
Type String - The integration type of an integration.
- integration
Uri String - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- passthrough
Behavior String - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- payload
Format StringVersion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- request
Parameters Map<String,String> - A key-value map specifying parameters.
- request
Templates Map<String,String> - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- response
Parameters Map<String,IntegrationResponse Parameter Map> - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- template
Selection StringExpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- timeout
In IntegerMillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- tls
Config IntegrationTls 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.
- connection
Id string - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- connection
Type string - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- content
Handling stringStrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- credentials
Arn string - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- description string
- The description of the integration.
- integration
Id string - The integration ID.
- integration
Method string - Specifies the integration's HTTP method type.
- integration
Subtype string - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- integration
Type string - The integration type of an integration.
- integration
Uri string - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- passthrough
Behavior string - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- payload
Format stringVersion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- request
Parameters {[key: string]: string} - A key-value map specifying parameters.
- request
Templates {[key: string]: string} - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- response
Parameters {[key: string]: IntegrationResponse Parameter Map} - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- template
Selection stringExpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- timeout
In numberMillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- tls
Config IntegrationTls 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.
- connection_
id str - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- connection_
type str - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- content_
handling_ strstrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- credentials_
arn str - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- description str
- The description of the integration.
- integration_
id str - The integration ID.
- integration_
method str - Specifies the integration's HTTP method type.
- integration_
subtype str - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- integration_
type str - The integration type of an integration.
- integration_
uri str - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- passthrough_
behavior str - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- payload_
format_ strversion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- request_
parameters Mapping[str, str] - A key-value map specifying parameters.
- request_
templates Mapping[str, str] - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- response_
parameters Mapping[str, IntegrationResponse Parameter Map] - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- template_
selection_ strexpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- timeout_
in_ intmillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- tls_
config IntegrationTls 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.
- connection
Id String - The ID of the VPC link for a private integration. Supported only for HTTP APIs.
- connection
Type String - The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
- content
Handling StringStrategy - Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT.
- credentials
Arn String - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam:::user/. To use resource-based permissions on supported AWS services, don't specify this parameter.
- description String
- The description of the integration.
- integration
Id String - The integration ID.
- integration
Method String - Specifies the integration's HTTP method type.
- integration
Subtype String - Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke.
- integration
Type String - The integration type of an integration.
- integration
Uri String - For a Lambda integration, specify the URI of a Lambda function. For an HTTP integration, specify a fully-qualified URL. For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service.
- passthrough
Behavior String - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
- payload
Format StringVersion - Specifies the format of the payload sent to an integration. Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 For all other integrations, 1.0 is the only supported value.
- request
Parameters Map<String> - A key-value map specifying parameters.
- request
Templates Map<String> - A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
- response
Parameters Map<Property Map> - Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
- template
Selection StringExpression - The template selection expression for the integration. Supported only for WebSocket APIs.
- timeout
In NumberMillis - Custom timeout between 50 and 29000 milliseconds for WebSocket APIs and between 50 and 30000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- tls
Config Property Map - 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.
Supporting Types
IntegrationResponseParameter
- Destination string
- Source string
- Destination string
- Source string
- destination String
- source String
- destination string
- source string
- destination str
- source str
- destination String
- source String
IntegrationResponseParameterMap
IntegrationTlsConfig
- Server
Name stringTo Verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- Server
Name stringTo Verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- server
Name StringTo Verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- server
Name stringTo Verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- server_
name_ strto_ verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- server
Name StringTo Verify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi