A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Cloud9/Types/CreateEnvironmentEC2Request.html below:

CreateEnvironmentEC2Request — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Cloud9::Types::CreateEnvironmentEC2Request
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #automatic_stop_time_minutes ⇒ Integer

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

#client_request_token ⇒ String

A 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 ⇒ String

The connection type used for connecting to an Amazon EC2 environment.

Possible values:

#description ⇒ String

The description of the environment to create.

#instance_type ⇒ String

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

#name ⇒ String

The name of the environment to create.

This name is visible to other AWS IAM users in the same AWS account.

#owner_arn ⇒ String

The 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 ⇒ String

The 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