Outpost constructor

Outpost({
  1. String? availabilityZone,
  2. String? availabilityZoneId,
  3. String? description,
  4. String? lifeCycleStatus,
  5. String? name,
  6. String? outpostArn,
  7. String? outpostId,
  8. String? ownerId,
  9. String? siteId,
  10. Map<String, String>? tags,
})

Implementation

Outpost({
  this.availabilityZone,
  this.availabilityZoneId,
  this.description,
  this.lifeCycleStatus,
  this.name,
  this.outpostArn,
  this.outpostId,
  this.ownerId,
  this.siteId,
  this.tags,
});