Builder

class Builder

Properties

Link copied to clipboard

The number of minutes until the running instance is shut down after the environment has last been used.

Link copied to clipboard

A unique, case-sensitive string that helps Cloud9 to ensure this operation completes no more than one time.

Link copied to clipboard

The connection type used for connecting to an Amazon EC2 environment. Valid values are CONNECT_SSH (default) and CONNECT_SSM (connected through Amazon EC2 Systems Manager).

Link copied to clipboard

The description of the environment to create.

Link copied to clipboard

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Link copied to clipboard

The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.

Link copied to clipboard

The type of instance to connect to the environment (for example, t2.micro).

Link copied to clipboard
var name: String?

The name of the environment to create.

Link copied to clipboard

The Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any IAM principal. If this value is not specified, the ARN defaults to this environment's creator.

Link copied to clipboard

The ID of the subnet in Amazon VPC that Cloud9 will use to communicate with the Amazon EC2 instance.

Link copied to clipboard
var tags: List<Tag>?

An array of key-value pairs that will be associated with the new Cloud9 development environment.