| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ApiKeySourceType |
LambdaRestApiProps.Jsii$Proxy.getApiKeySourceType() |
default ApiKeySourceType |
RestApiProps.getApiKeySourceType()
(experimental) The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
RestApiProps.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 |
|---|---|
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
Sets the value of
RestApiProps.getApiKeySourceType() |
RestApi.Builder |
RestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
(experimental) The source of the API key for metering requests according to a usage plan.
|
LambdaRestApi.Builder |
LambdaRestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
RestApiProps.Builder. |
Jsii$Proxy(IFunction handler,
Boolean proxy,
ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
LambdaRestApiProps.Builder. |
Copyright © 2021. All rights reserved.