AwsCloudFrontDistributionLogging constructor

AwsCloudFrontDistributionLogging({
  1. String? bucket,
  2. bool? enabled,
  3. bool? includeCookies,
  4. String? prefix,
})

Implementation

AwsCloudFrontDistributionLogging({
  this.bucket,
  this.enabled,
  this.includeCookies,
  this.prefix,
});