LightsailDistribution constructor
LightsailDistribution({
- bool? ableToUpdateBundle,
- List<
String> ? alternativeDomainNames, - String? arn,
- String? bundleId,
- CacheSettings? cacheBehaviorSettings,
- List<
CacheBehaviorPerPath> ? cacheBehaviors, - String? certificateName,
- DateTime? createdAt,
- CacheBehavior? defaultCacheBehavior,
- String? domainName,
- bool? isEnabled,
- ResourceLocation? location,
- String? name,
- Origin? origin,
- String? originPublicDNS,
- ResourceType? resourceType,
- String? status,
- String? supportCode,
- 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,
});