cloud9_update_environment {paws.developer.tools} | R Documentation |
Changes the settings of an existing Cloud9 development environment
Description
Changes the settings of an existing Cloud9 development environment.
See https://www.paws-r-sdk.com/docs/cloud9_update_environment/ for full documentation.
Usage
cloud9_update_environment(
environmentId,
name = NULL,
description = NULL,
managedCredentialsAction = NULL
)
Arguments
environmentId |
[required] The ID of the environment to change settings. |
name |
A replacement name for the environment. |
description |
Any new or replacement description for the environment. |
managedCredentialsAction |
Allows 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:
Only the environment owner can change the status of managed temporary
credentials. An |
[Package paws.developer.tools version 0.6.0 Index]