AWSAPIGatewayV2StageRouteSettings
No description
type AWSAPIGatewayV2StageRouteSettings {
dataTraceEnabled: Boolean!
detailedMetricsEnabled: Boolean!
loggingLevel: AWSAPIGatewayV2StageRouteSettingsLoggingLevelType!
throttlingBurstLimit: Int!
throttlingRateLimit: Float64!
}
Fields
AWSAPIGatewayV2StageRouteSettings.dataTraceEnabled ● Boolean! non-null scalar
Indicates whether (true) or not (false) data trace logging is enabled for this route
AWSAPIGatewayV2StageRouteSettings.detailedMetricsEnabled ● Boolean! non-null scalar
Indicates whether detailed metrics are enabled
AWSAPIGatewayV2StageRouteSettings.loggingLevel ● AWSAPIGatewayV2StageRouteSettingsLoggingLevelType! non-null enum
Indicates the logging level
AWSAPIGatewayV2StageRouteSettings.throttlingBurstLimit ● Int! non-null scalar
Indicates the throttling burst limit
AWSAPIGatewayV2StageRouteSettings.throttlingRateLimit ● Float64! non-null scalar
Indicates the throttling rate limit
Member of
AWSAPIGatewayV2Stage object ● AWSAPIGatewayV2StageRouteSettingsMap object