メインコンテンツまでスキップ

AWSAPIGatewayRestAPIStageMethodSettingValue

No description

type AWSAPIGatewayRestAPIStageMethodSettingValue {
cacheDataEncrypted: Boolean!
cacheTtlInSeconds: Int!
cachingEnabled: Boolean!
dataTraceEnabled: Boolean!
loggingLevel: String!
metricsEnabled: Boolean!
requireAuthorizationForCacheControl: Boolean!
throttlingBurstLimit: Int!
throttlingRateLimit: Float64!
unauthorizedCacheControlHeaderStrategy: AWSAPIGatewayRestAPIStageMethodSettingUnauthorizedCacheControlHeaderStrategyType!
}

Fields

AWSAPIGatewayRestAPIStageMethodSettingValue.cacheDataEncrypted ● Boolean! non-null scalar

Indicates whether the cached responses are encrypted

AWSAPIGatewayRestAPIStageMethodSettingValue.cacheTtlInSeconds ● Int! non-null scalar

Indicates the time to live (TTL), in seconds, for cached responses

AWSAPIGatewayRestAPIStageMethodSettingValue.cachingEnabled ● Boolean! non-null scalar

Indicates whether responses should be cached and returned for requests

AWSAPIGatewayRestAPIStageMethodSettingValue.dataTraceEnabled ● Boolean! non-null scalar

Indicates whether data trace logging is enabled for this method

AWSAPIGatewayRestAPIStageMethodSettingValue.loggingLevel ● String! non-null scalar

Indicates the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs

AWSAPIGatewayRestAPIStageMethodSettingValue.metricsEnabled ● Boolean! non-null scalar

Indicates whether Amazon CloudWatch metrics are enabled for this method

AWSAPIGatewayRestAPIStageMethodSettingValue.requireAuthorizationForCacheControl ● Boolean! non-null scalar

Indicates whether authorization is required for a cache invalidation request

AWSAPIGatewayRestAPIStageMethodSettingValue.throttlingBurstLimit ● Int! non-null scalar

Indicates the throttling burst limit

AWSAPIGatewayRestAPIStageMethodSettingValue.throttlingRateLimit ● Float64! non-null scalar

Indicates the throttling rate limit

AWSAPIGatewayRestAPIStageMethodSettingValue.unauthorizedCacheControlHeaderStrategy ● AWSAPIGatewayRestAPIStageMethodSettingUnauthorizedCacheControlHeaderStrategyType! non-null enum

Indicates how to handle unauthorized requests for cache invalidation

Member of

AWSAPIGatewayRestAPIStageMethodSetting object