Skip to contents

Updates a service environment. You can update the state of a service environment from ENABLED to DISABLED to prevent new service jobs from being placed in the service environment.

See https://www.paws-r-sdk.com/docs/batch_update_service_environment/ for full documentation.

Usage

batch_update_service_environment(
  serviceEnvironment,
  state = NULL,
  capacityLimits = NULL
)

Arguments

serviceEnvironment

[required] The name or ARN of the service environment to update.

state

The state of the service environment.

capacityLimits

The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.