View Source aws_cloud9 (aws v1.0.4)

Cloud9

Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud.

For more information about Cloud9, see the Cloud9 User Guide: https://docs.aws.amazon.com/cloud9/latest/user-guide.

Cloud9 supports these operations:

  • CreateEnvironmentEC2: Creates an Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the environment.

  • CreateEnvironmentMembership: Adds an environment member to an environment.

  • DeleteEnvironment: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

  • DeleteEnvironmentMembership: Deletes an environment member from an environment.

  • DescribeEnvironmentMemberships: Gets information about environment members for an environment.

  • DescribeEnvironments: Gets information about environments.

  • DescribeEnvironmentStatus: Gets status information for an environment.

  • ListEnvironments: Gets a list of environment identifiers.

  • ListTagsForResource: Gets the tags for an environment.

  • TagResource: Adds tags to an environment.

  • UntagResource: Removes tags from an environment.

  • UpdateEnvironment: Changes the settings of an existing environment.

  • UpdateEnvironmentMembership: Changes the settings of an existing environment member for an environment.

Summary

Functions

Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
Adds an environment member to an Cloud9 development environment.

Deletes an Cloud9 development environment.

Deletes an environment member from a development environment.
Gets information about environment members for an Cloud9 development environment.
Gets status information for an Cloud9 development environment.
Gets information about Cloud9 development environments.
Gets a list of Cloud9 development environment identifiers.
Gets a list of the tags associated with an Cloud9 development environment.

Adds tags to an Cloud9 development environment.

Removes tags from an Cloud9 development environment.
Changes the settings of an existing Cloud9 development environment.
Changes the settings of an existing environment member for an Cloud9 development environment.

Functions

Link to this function

create_environment_ec2(Client, Input)

View Source
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
Link to this function

create_environment_ec2(Client, Input, Options)

View Source
Link to this function

create_environment_membership(Client, Input)

View Source
Adds an environment member to an Cloud9 development environment.
Link to this function

create_environment_membership(Client, Input, Options)

View Source
Link to this function

delete_environment(Client, Input)

View Source

Deletes an Cloud9 development environment.

If an Amazon EC2 instance is connected to the environment, also terminates the instance.
Link to this function

delete_environment(Client, Input, Options)

View Source
Link to this function

delete_environment_membership(Client, Input)

View Source
Deletes an environment member from a development environment.
Link to this function

delete_environment_membership(Client, Input, Options)

View Source
Link to this function

describe_environment_memberships(Client, Input)

View Source
Gets information about environment members for an Cloud9 development environment.
Link to this function

describe_environment_memberships(Client, Input, Options)

View Source
Link to this function

describe_environment_status(Client, Input)

View Source
Gets status information for an Cloud9 development environment.
Link to this function

describe_environment_status(Client, Input, Options)

View Source
Link to this function

describe_environments(Client, Input)

View Source
Gets information about Cloud9 development environments.
Link to this function

describe_environments(Client, Input, Options)

View Source
Link to this function

list_environments(Client, Input)

View Source
Gets a list of Cloud9 development environment identifiers.
Link to this function

list_environments(Client, Input, Options)

View Source
Link to this function

list_tags_for_resource(Client, Input)

View Source
Gets a list of the tags associated with an Cloud9 development environment.
Link to this function

list_tags_for_resource(Client, Input, Options)

View Source
Link to this function

tag_resource(Client, Input)

View Source

Adds tags to an Cloud9 development environment.

Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.
Link to this function

tag_resource(Client, Input, Options)

View Source
Link to this function

untag_resource(Client, Input)

View Source
Removes tags from an Cloud9 development environment.
Link to this function

untag_resource(Client, Input, Options)

View Source
Link to this function

update_environment(Client, Input)

View Source
Changes the settings of an existing Cloud9 development environment.
Link to this function

update_environment(Client, Input, Options)

View Source
Link to this function

update_environment_membership(Client, Input)

View Source
Changes the settings of an existing environment member for an Cloud9 development environment.
Link to this function

update_environment_membership(Client, Input, Options)

View Source