We recommend new projects start with resources from the AWS provider.
aws-native.apigatewayv2.Integration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
An example resource schema demonstrating some basic constructs and validation rules.
Create Integration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Integration(name: string, args: IntegrationArgs, opts?: CustomResourceOptions);
@overload
def Integration(resource_name: str,
args: IntegrationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Integration(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_id: Optional[str] = None,
integration_type: Optional[str] = None,
credentials_arn: Optional[str] = None,
integration_uri: Optional[str] = None,
connection_type: Optional[str] = None,
description: Optional[str] = None,
integration_method: Optional[str] = None,
integration_subtype: Optional[str] = None,
connection_id: Optional[str] = None,
content_handling_strategy: Optional[str] = None,
passthrough_behavior: Optional[str] = None,
payload_format_version: Optional[str] = None,
request_parameters: Optional[Mapping[str, str]] = None,
request_templates: Optional[Mapping[str, str]] = None,
response_parameters: Optional[Mapping[str, IntegrationResponseParameterMapArgs]] = None,
template_selection_expression: Optional[str] = None,
timeout_in_millis: Optional[int] = None,
tls_config: Optional[IntegrationTlsConfigArgs] = None)
func NewIntegration(ctx *Context, name string, args IntegrationArgs, opts ...ResourceOption) (*Integration, error)
public Integration(string name, IntegrationArgs args, CustomResourceOptions? opts = null)
public Integration(String name, IntegrationArgs args)
public Integration(String name, IntegrationArgs args, CustomResourceOptions options)
type: aws-native:apigatewayv2:Integration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Integration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Integration resource accepts the following input properties:
- Api
Id string - The API identifier.
- Integration
Type string - The integration type of an integration.
- 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
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
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. Inputs. Integration Response Parameter Map Args> - 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. Inputs. 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.
- Api
Id string - The API identifier.
- Integration
Type string - The integration type of an integration.
- 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
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
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 Args - 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 Args - 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.
- api
Id String - The API identifier.
- integration
Type String - The integration type of an integration.
- 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
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
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 Args> - 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.
- api
Id string - The API identifier.
- integration
Type string - The integration type of an integration.
- 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
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
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 Args} - 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.
- api_
id str - The API identifier.
- integration_
type str - The integration type of an integration.
- 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_
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_
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 Args] - 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 Args - 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.
- api
Id String - The API identifier.
- integration
Type String - The integration type of an integration.
- 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
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
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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Integration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Id string - The integration ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Id string - The integration ID.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Id String - The integration ID.
- id string
- The provider-assigned unique ID for this managed resource.
- integration
Id string - The integration ID.
- id str
- The provider-assigned unique ID for this managed resource.
- integration_
id str - The integration ID.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Id String - The integration ID.
Supporting Types
IntegrationResponseParameter, IntegrationResponseParameterArgs
- 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, IntegrationResponseParameterMapArgs
IntegrationTlsConfig, IntegrationTlsConfigArgs
- 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.