UpdateDeploymentRequest: {
    deploymentId: string;
    maxSize?: number;
    minSize?: number;
    name?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • deploymentId: string

    ID of the deployment to update.

  • OptionalmaxSize?: number

    Defines the new maximum size of the pool.

  • OptionalminSize?: number

    Defines the new minimum size of the pool.

  • Optionalname?: string

    Name of the deployment.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    List of tags to apply to the deployment.