AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateDevEnvironment operation.
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment
that you can use to quickly work on the code stored in the source repositories of
your project.
When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured
to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these
defaults apply to a Dev Environment created programmatically.
Namespace: Amazon.CodeCatalyst.Model
Assembly: AWSSDK.CodeCatalyst.dll
Version: 3.x.y.z
public class CreateDevEnvironmentRequest : AmazonCodeCatalystRequest IAmazonWebServiceRequest
The CreateDevEnvironmentRequest type exposes the following members
Name | Description | |
---|---|---|
CreateDevEnvironmentRequest() |
Name | Type | Description | |
---|---|---|---|
Alias | System.String |
Gets and sets the property Alias. The user-defined alias for a Dev Environment. |
|
ClientToken | System.String |
Gets and sets the property ClientToken. 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. |
|
Ides | System.Collections.Generic.List<Amazon.CodeCatalyst.Model.IdeConfiguration> |
Gets and sets the property Ides. 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. |
|
InactivityTimeoutMinutes | System.Int32 |
Gets and sets the property InactivityTimeoutMinutes. 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. |
|
InstanceType | Amazon.CodeCatalyst.InstanceType |
Gets and sets the property InstanceType. The Amazon EC2 instace type to use for the Dev Environment. |
|
PersistentStorage | Amazon.CodeCatalyst.Model.PersistentStorageConfiguration |
Gets and sets the property PersistentStorage. 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. |
|
ProjectName | System.String |
Gets and sets the property ProjectName. The name of the project in the space. |
|
Repositories | System.Collections.Generic.List<Amazon.CodeCatalyst.Model.RepositoryInput> |
Gets and sets the property Repositories. The source repository that contains the branch to clone into the Dev Environment. |
|
SpaceName | System.String |
Gets and sets the property SpaceName. The name of the space. |
|
VpcConnectionName | System.String |
Gets and sets the property VpcConnectionName. The name of the connection that will be used to connect to Amazon VPC, if any. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5