DistributionConfiguration constructor
      
      DistributionConfiguration({})
     
    
    
Implementation
DistributionConfiguration({
  required this.timeoutMinutes,
  this.arn,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.distributions,
  this.name,
  this.tags,
});