Deployment Method Setting Args
data class DeploymentMethodSettingArgs(val cacheDataEncrypted: Output<Boolean>? = null, val cacheTtlInSeconds: Output<Int>? = null, val cachingEnabled: Output<Boolean>? = null, val dataTraceEnabled: Output<Boolean>? = null, val httpMethod: Output<String>? = null, val loggingLevel: Output<String>? = null, val metricsEnabled: Output<Boolean>? = null, val resourcePath: Output<String>? = null, val throttlingBurstLimit: Output<Int>? = null, val throttlingRateLimit: Output<Double>? = null) : ConvertibleToJava<DeploymentMethodSettingArgs>
The `MethodSetting`
property type configures settings for all methods in a stage. The `MethodSettings`
property of the Amazon API Gateway Deployment StageDescription property type contains a list of `MethodSetting`
property types.
Constructors
Link copied to clipboard
fun DeploymentMethodSettingArgs(cacheDataEncrypted: Output<Boolean>? = null, cacheTtlInSeconds: Output<Int>? = null, cachingEnabled: Output<Boolean>? = null, dataTraceEnabled: Output<Boolean>? = null, httpMethod: Output<String>? = null, loggingLevel: Output<String>? = null, metricsEnabled: Output<Boolean>? = null, resourcePath: Output<String>? = null, throttlingBurstLimit: Output<Int>? = null, throttlingRateLimit: Output<Double>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are `OFF`
, `ERROR`
, and `INFO`
. Choose `ERROR`
to write only error-level entries to CloudWatch Logs, or choose `INFO`
to include all `ERROR`
events as well as extra informational events.
Link copied to clipboard
Link copied to clipboard