| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationType |
HttpIntegrationProps.getIntegrationType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpIntegrationProps.Jsii$Proxy.getIntegrationType() |
HttpIntegrationType |
HttpRouteIntegrationConfig.getType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpRouteIntegrationConfig.Jsii$Proxy.getType() |
static HttpIntegrationType |
HttpIntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIntegrationType[] |
HttpIntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType)
(experimental) Integration type.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.integrationType(HttpIntegrationType integrationType)
Sets the value of
HttpIntegrationProps.getIntegrationType() |
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.type(HttpIntegrationType type)
Sets the value of
HttpRouteIntegrationConfig.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
Jsii$Proxy(PayloadFormatVersion payloadFormatVersion,
HttpIntegrationType type,
String uri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method)
Constructor that initializes the object based on literal property values passed by the
HttpRouteIntegrationConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
protected HttpIntegrationType |
HttpServiceDiscoveryIntegration.getIntegrationType() |
protected HttpIntegrationType |
HttpAlbIntegration.getIntegrationType() |
protected HttpIntegrationType |
HttpNlbIntegration.getIntegrationType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpServiceDiscoveryIntegration.setIntegrationType(HttpIntegrationType value) |
protected void |
HttpAlbIntegration.setIntegrationType(HttpIntegrationType value) |
protected void |
HttpNlbIntegration.setIntegrationType(HttpIntegrationType value) |
Copyright © 2021. All rights reserved.