| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.connectionId(String connectionId)
(experimental) The ID of the VPC link for a private integration.
|
HttpIntegration.Builder |
HttpIntegration.Builder.connectionType(HttpConnectionType connectionType)
(experimental) The type of the network connection to the integration endpoint.
|
static HttpIntegration.Builder |
HttpIntegration.Builder.create(software.constructs.Construct scope,
String id) |
HttpIntegration.Builder |
HttpIntegration.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this integration should be bound.
|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType)
(experimental) Integration type.
|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationUri(String integrationUri)
(experimental) Integration URI.
|
HttpIntegration.Builder |
HttpIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpIntegration.Builder |
HttpIntegration.Builder.payloadFormatVersion(PayloadFormatVersion payloadFormatVersion)
(experimental) The version of the payload format.
|
Copyright © 2021. All rights reserved.