| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpIntegrationSubtype |
HttpIntegrationProps.getIntegrationSubtype()
(experimental) Integration subtype.
|
HttpIntegrationSubtype |
HttpIntegrationProps.Jsii$Proxy.getIntegrationSubtype() |
default HttpIntegrationSubtype |
HttpRouteIntegrationConfig.getSubtype()
(experimental) Integration subtype.
|
HttpIntegrationSubtype |
HttpRouteIntegrationConfig.Jsii$Proxy.getSubtype() |
static HttpIntegrationSubtype |
HttpIntegrationSubtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIntegrationSubtype[] |
HttpIntegrationSubtype.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.integrationSubtype(HttpIntegrationSubtype integrationSubtype)
(experimental) Integration subtype.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype)
Sets the value of
HttpIntegrationProps.getIntegrationSubtype() |
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.subtype(HttpIntegrationSubtype subtype)
Sets the value of
HttpRouteIntegrationConfig.getSubtype() |
Copyright © 2022. All rights reserved.