ContainerService constructor

ContainerService({
  1. String? arn,
  2. String? containerServiceName,
  3. DateTime? createdAt,
  4. ContainerServiceDeployment? currentDeployment,
  5. bool? isDisabled,
  6. ResourceLocation? location,
  7. ContainerServiceDeployment? nextDeployment,
  8. ContainerServicePowerName? power,
  9. String? powerId,
  10. String? principalArn,
  11. String? privateDomainName,
  12. Map<String, List<String>>? publicDomainNames,
  13. ResourceType? resourceType,
  14. int? scale,
  15. ContainerServiceState? state,
  16. List<Tag>? tags,
  17. String? url,
})

Implementation

ContainerService({
  this.arn,
  this.containerServiceName,
  this.createdAt,
  this.currentDeployment,
  this.isDisabled,
  this.location,
  this.nextDeployment,
  this.power,
  this.powerId,
  this.principalArn,
  this.privateDomainName,
  this.publicDomainNames,
  this.resourceType,
  this.scale,
  this.state,
  this.tags,
  this.url,
});