Class: Aws::CodeCatalyst::Types::CreateDevEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateDevEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The user-defined alias for a Dev Environment.
-
#client_token ⇒ String
A user-specified idempotency token.
-
#ides ⇒ Array<Types::IdeConfiguration>
Information about the integrated development environment (IDE) configured for a Dev Environment.
-
#inactivity_timeout_minutes ⇒ Integer
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
-
#instance_type ⇒ String
The Amazon EC2 instace type to use for the Dev Environment.
-
#persistent_storage ⇒ Types::PersistentStorageConfiguration
Information about the amount of storage allocated to the Dev Environment.
-
#project_name ⇒ String
The name of the project in the space.
-
#repositories ⇒ Array<Types::RepositoryInput>
The source repository that contains the branch to clone into the Dev Environment.
-
#space_name ⇒ String
The name of the space.
-
#vpc_connection_name ⇒ String
The name of the connection that will be used to connect to Amazon VPC, if any.
Instance Attribute Details
#alias ⇒ String
The user-defined alias for a Dev Environment.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_token ⇒ String
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.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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 |
#ides ⇒ Array<Types::IdeConfiguration>
Information about the integrated development environment (IDE) configured for a Dev Environment.
<note markdown=“1”> An IDE is required to create a Dev Environment. For Dev Environment creation, this field contains configuration information and must be provided.
</note>
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_minutes ⇒ Integer
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.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_type ⇒ String
The Amazon EC2 instace type to use for the Dev Environment.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_storage ⇒ Types::PersistentStorageConfiguration
Information about the amount of storage allocated to the Dev Environment.
<note markdown=“1”> 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.
</note>
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_name ⇒ String
The name of the project in the space.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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 |
#repositories ⇒ Array<Types::RepositoryInput>
The source repository that contains the branch to clone into the Dev Environment.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_name ⇒ String
The name of the space.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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_name ⇒ String
The name of the connection that will be used to connect to Amazon VPC, if any.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File '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 |