AwsCloudFrontDistributionDetails constructor

AwsCloudFrontDistributionDetails({
  1. AwsCloudFrontDistributionCacheBehaviors? cacheBehaviors,
  2. AwsCloudFrontDistributionDefaultCacheBehavior? defaultCacheBehavior,
  3. String? defaultRootObject,
  4. String? domainName,
  5. String? eTag,
  6. String? lastModifiedTime,
  7. AwsCloudFrontDistributionLogging? logging,
  8. AwsCloudFrontDistributionOriginGroups? originGroups,
  9. AwsCloudFrontDistributionOrigins? origins,
  10. String? status,
  11. String? webAclId,
})

Implementation

AwsCloudFrontDistributionDetails({
  this.cacheBehaviors,
  this.defaultCacheBehavior,
  this.defaultRootObject,
  this.domainName,
  this.eTag,
  this.lastModifiedTime,
  this.logging,
  this.originGroups,
  this.origins,
  this.status,
  this.webAclId,
});