| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getAuthType() |
default AuthType |
CallApiGatewayEndpointBaseProps.getAuthType()
(experimental) Authentication methods.
|
AuthType |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getAuthType() |
AuthType |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getAuthType() |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.authType(AuthType authType)
Sets the value of
CallApiGatewayEndpointBaseProps.getAuthType() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.authType(AuthType authType)
(experimental) Authentication methods.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.authType(AuthType authType)
(experimental) Authentication methods.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.authType(AuthType authType)
Sets the value of
CallApiGatewayEndpointBaseProps.getAuthType() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.authType(AuthType authType)
Sets the value of
CallApiGatewayEndpointBaseProps.getAuthType() |
| Constructor and Description |
|---|
Jsii$Proxy(HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayEndpointBaseProps.Builder. |
Jsii$Proxy(IHttpApi api,
String stageName,
HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayHttpApiEndpointProps.Builder. |
Jsii$Proxy(IRestApi api,
String stageName,
HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayRestApiEndpointProps.Builder. |
Copyright © 2021. All rights reserved.