AwsApiGatewayMethodSettings constructor

AwsApiGatewayMethodSettings({
  1. bool? cacheDataEncrypted,
  2. int? cacheTtlInSeconds,
  3. bool? cachingEnabled,
  4. bool? dataTraceEnabled,
  5. String? httpMethod,
  6. String? loggingLevel,
  7. bool? metricsEnabled,
  8. bool? requireAuthorizationForCacheControl,
  9. String? resourcePath,
  10. int? throttlingBurstLimit,
  11. double? throttlingRateLimit,
  12. 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,
});