| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ApiKeySourceType |
StepFunctionsRestApiProps.Jsii$Proxy.getApiKeySourceType() |
default ApiKeySourceType |
RestApiProps.getApiKeySourceType()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
RestApiProps.Jsii$Proxy.getApiKeySourceType() |
ApiKeySourceType |
LambdaRestApiProps.Jsii$Proxy.getApiKeySourceType() |
static ApiKeySourceType |
ApiKeySourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiKeySourceType[] |
ApiKeySourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaRestApi.Builder |
LambdaRestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
The source of the API key for metering requests according to a usage plan.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
Sets the value of
RestApiProps.getApiKeySourceType() |
RestApi.Builder |
RestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
The source of the API key for metering requests according to a usage plan.
|
RestApiProps.Builder |
RestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
Sets the value of
RestApiProps.getApiKeySourceType() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
The source of the API key for metering requests according to a usage plan.
|
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
Sets the value of
RestApiProps.getApiKeySourceType() |
Copyright © 2022. All rights reserved.