| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectionType |
IntegrationOptions.getConnectionType()
(experimental) The type of network connection to the integration endpoint.
|
ConnectionType |
IntegrationOptions.Jsii$Proxy.getConnectionType() |
ConnectionType |
LambdaIntegrationOptions.Jsii$Proxy.getConnectionType() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegration.Builder |
LambdaIntegration.Builder.connectionType(ConnectionType connectionType)
(experimental) The type of network connection to the integration endpoint.
|
IntegrationOptions.Builder |
IntegrationOptions.Builder.connectionType(ConnectionType connectionType)
Sets the value of
IntegrationOptions.getConnectionType() |
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.connectionType(ConnectionType connectionType)
Sets the value of
IntegrationOptions.getConnectionType() |
MockIntegration.Builder |
MockIntegration.Builder.connectionType(ConnectionType connectionType)
(experimental) The type of network connection to the integration endpoint.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowTestInvoke,
Boolean proxy,
List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
LambdaIntegrationOptions.Builder. |
Jsii$Proxy(List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
IntegrationOptions.Builder. |
Copyright © 2021. All rights reserved.