ContainerService constructor
ContainerService({
- String? arn,
- String? containerServiceName,
- DateTime? createdAt,
- ContainerServiceDeployment? currentDeployment,
- bool? isDisabled,
- ResourceLocation? location,
- ContainerServiceDeployment? nextDeployment,
- ContainerServicePowerName? power,
- String? powerId,
- String? principalArn,
- String? privateDomainName,
- Map<
String, List< ? publicDomainNames,String> > - ResourceType? resourceType,
- int? scale,
- ContainerServiceState? state,
- List<
Tag> ? tags, - 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,
});