ServiceRegistry constructor

ServiceRegistry({
  1. String? containerName,
  2. int? containerPort,
  3. int? port,
  4. String? registryArn,
})

Implementation

ServiceRegistry({
  this.containerName,
  this.containerPort,
  this.port,
  this.registryArn,
});