You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Cloud9::Types::CreateEnvironmentEC2RequestWhen passing CreateEnvironmentEC2Request as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "EnvironmentName", description: "EnvironmentDescription",
client_request_token: "ClientRequestToken",
instance_type: "InstanceType", subnet_id: "SubnetId",
automatic_stop_time_minutes: 1,
owner_arn: "UserArn",
tags: [
{
key: "TagKey", value: "TagValue", },
],
connection_type: "CONNECT_SSH", }
Instance Attribute Summary collapse
The number of minutes until the running instance is shut down after the environment has last been used.
A unique, case-sensitive string that helps AWS Cloud9 to ensure this operation completes no more than one time.
The connection type used for connecting to an Amazon EC2 environment.
The description of the environment to create.
The type of instance to connect to the environment (for example, t2.micro
).
The name of the environment to create.
The Amazon Resource Name (ARN) of the environment owner.
The ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.
An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.
The number of minutes until the running instance is shut down after the environment has last been used.
#client_request_token ⇒ StringA unique, case-sensitive string that helps AWS Cloud9 to ensure this operation completes no more than one time.
For more information, see Client Tokens in the Amazon EC2 API Reference.
#connection_type ⇒ StringThe connection type used for connecting to an Amazon EC2 environment.
Possible values:
The description of the environment to create.
#instance_type ⇒ StringThe type of instance to connect to the environment (for example, t2.micro
).
The name of the environment to create.
This name is visible to other AWS IAM users in the same AWS account.
#owner_arn ⇒ StringThe Amazon Resource Name (ARN) of the environment owner. This ARN can be the ARN of any AWS IAM principal. If this value is not specified, the ARN defaults to this environment\'s creator.
#subnet_id ⇒ StringThe ID of the subnet in Amazon VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.
#tags ⇒ Array<Types::Tag>An array of key-value pairs that will be associated with the new AWS Cloud9 development environment.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4