Update Environment
| cloud9_update_environment | R Documentation |
Changes the settings of an existing Cloud9 development environment¶
Description¶
Changes the settings of an existing Cloud9 development environment.
Usage¶
Arguments¶
environmentId[required] The ID of the environment to change settings.
nameA replacement name for the environment.
descriptionAny new or replacement description for the environment.
managedCredentialsActionAllows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLEDISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedExceptionis thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.
Value¶
An empty list.
Request syntax¶
svc$update_environment(
environmentId = "string",
name = "string",
description = "string",
managedCredentialsAction = "ENABLE"|"DISABLE"
)