| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpIntegrationType |
HttpNlbIntegration.getIntegrationType() |
protected HttpIntegrationType |
HttpAlbIntegration.getIntegrationType() |
protected HttpIntegrationType |
HttpServiceDiscoveryIntegration.getIntegrationType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpNlbIntegration.setIntegrationType(HttpIntegrationType value) |
protected void |
HttpAlbIntegration.setIntegrationType(HttpIntegrationType value) |
protected void |
HttpServiceDiscoveryIntegration.setIntegrationType(HttpIntegrationType value) |
Copyright © 2022. All rights reserved.