Interface ServiceConstructor

interface ServiceConstructor {
    new ServiceConstructornew (name, args, opts?): Service;
}

Constructors

Constructors

  • Construct a new Service, which is one or more managed replicas of a group of one or more Containers.

    Parameters

    • name: string

      The unique name of the service.

    • args: ServiceArguments
    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns Service

Generated using TypeDoc