Class: Aws::CodeCatalyst::Types::CreateDevEnvironmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The user-defined alias for a Dev Environment.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#idesArray<Types::IdeConfiguration>

Information about the integrated development environment (IDE) configured for a Dev Environment.

An IDE is required to create a Dev Environment. For Dev Environment creation, this field contains configuration information and must be provided.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#inactivity_timeout_minutesInteger

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.

Returns:

  • (Integer)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The Amazon EC2 instace type to use for the Dev Environment.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#persistent_storageTypes::PersistentStorageConfiguration

Information about the amount of storage allocated to the Dev Environment.

By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.



195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project in the space.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#repositoriesArray<Types::RepositoryInput>

The source repository that contains the branch to clone into the Dev Environment.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_nameString

The name of the connection that will be used to connect to Amazon VPC, if any.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 195

class CreateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :repositories,
  :client_token,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :persistent_storage,
  :vpc_connection_name)
  SENSITIVE = []
  include Aws::Structure
end