Starts a specified Dev Environment and puts it into an active state
Source:R/codecatalyst_operations.R
codecatalyst_start_dev_environment.RdStarts a specified Dev Environment and puts it into an active state.
See https://www.paws-r-sdk.com/docs/codecatalyst_start_dev_environment/ for full documentation.
Usage
codecatalyst_start_dev_environment(
spaceName,
projectName,
id,
ides = NULL,
instanceType = NULL,
inactivityTimeoutMinutes = NULL
)Arguments
- spaceName
[required] The name of the space.
- projectName
[required] The name of the project in the space.
- id
[required] The system-generated unique ID of the Dev Environment.
- ides
Information about the integrated development environment (IDE) configured for a Dev Environment.
- instanceType
The Amazon EC2 instace type to use for the Dev Environment.
- inactivityTimeoutMinutes
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.