AwsApiGatewayMethodSettings constructor
AwsApiGatewayMethodSettings({
- bool? cacheDataEncrypted,
- int? cacheTtlInSeconds,
- bool? cachingEnabled,
- bool? dataTraceEnabled,
- String? httpMethod,
- String? loggingLevel,
- bool? metricsEnabled,
- bool? requireAuthorizationForCacheControl,
- String? resourcePath,
- int? throttlingBurstLimit,
- double? throttlingRateLimit,
- String? unauthorizedCacheControlHeaderStrategy,
Implementation
AwsApiGatewayMethodSettings({
this.cacheDataEncrypted,
this.cacheTtlInSeconds,
this.cachingEnabled,
this.dataTraceEnabled,
this.httpMethod,
this.loggingLevel,
this.metricsEnabled,
this.requireAuthorizationForCacheControl,
this.resourcePath,
this.throttlingBurstLimit,
this.throttlingRateLimit,
this.unauthorizedCacheControlHeaderStrategy,
});