| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default MethodLoggingLevel |
MethodDeploymentOptions.getLoggingLevel()
(experimental) Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.
|
MethodLoggingLevel |
MethodDeploymentOptions.Jsii$Proxy.getLoggingLevel() |
MethodLoggingLevel |
StageOptions.Jsii$Proxy.getLoggingLevel() |
MethodLoggingLevel |
StageProps.Jsii$Proxy.getLoggingLevel() |
static MethodLoggingLevel |
MethodLoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodLoggingLevel[] |
MethodLoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
(experimental) Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.
|
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
StageOptions.Builder |
StageOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
StageProps.Builder |
StageProps.Builder.loggingLevel(MethodLoggingLevel loggingLevel)
Sets the value of
MethodDeploymentOptions.getLoggingLevel() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
MethodDeploymentOptions.Builder. |
Jsii$Proxy(Deployment deployment,
IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Jsii$Proxy(IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Copyright © 2021. All rights reserved.