| 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 |
|---|---|
default HttpConnectionType |
HttpRouteIntegrationConfig.getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
HttpConnectionType |
HttpRouteIntegrationConfig.Jsii$Proxy.getConnectionType() |
default HttpConnectionType |
HttpIntegrationProps.getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
HttpConnectionType |
HttpIntegrationProps.Jsii$Proxy.getConnectionType() |
static HttpConnectionType |
HttpConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConnectionType[] |
HttpConnectionType.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.connectionType(HttpConnectionType connectionType)
(experimental) The type of the network connection to the integration endpoint.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpRouteIntegrationConfig.getConnectionType() |
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpIntegrationProps.getConnectionType() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpConnectionType |
HttpNlbIntegration.getConnectionType() |
protected HttpConnectionType |
HttpAlbIntegration.getConnectionType() |
protected HttpConnectionType |
HttpServiceDiscoveryIntegration.getConnectionType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpNlbIntegration.setConnectionType(HttpConnectionType value) |
protected void |
HttpAlbIntegration.setConnectionType(HttpConnectionType value) |
protected void |
HttpServiceDiscoveryIntegration.setConnectionType(HttpConnectionType value) |
Copyright © 2022. All rights reserved.