LightsailDistribution constructor

LightsailDistribution({
  1. bool? ableToUpdateBundle,
  2. List<String>? alternativeDomainNames,
  3. String? arn,
  4. String? bundleId,
  5. CacheSettings? cacheBehaviorSettings,
  6. List<CacheBehaviorPerPath>? cacheBehaviors,
  7. String? certificateName,
  8. DateTime? createdAt,
  9. CacheBehavior? defaultCacheBehavior,
  10. String? domainName,
  11. bool? isEnabled,
  12. ResourceLocation? location,
  13. String? name,
  14. Origin? origin,
  15. String? originPublicDNS,
  16. ResourceType? resourceType,
  17. String? status,
  18. String? supportCode,
  19. List<Tag>? tags,
})

Implementation

LightsailDistribution({
  this.ableToUpdateBundle,
  this.alternativeDomainNames,
  this.arn,
  this.bundleId,
  this.cacheBehaviorSettings,
  this.cacheBehaviors,
  this.certificateName,
  this.createdAt,
  this.defaultCacheBehavior,
  this.domainName,
  this.isEnabled,
  this.location,
  this.name,
  this.origin,
  this.originPublicDNS,
  this.resourceType,
  this.status,
  this.supportCode,
  this.tags,
});