DevEnvironmentSummary - Amazon CodeCatalyst

DevEnvironmentSummary

Information about a Dev Environment.

Contents

creatorId

The system-generated unique ID of the user who created the Dev Environment.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: Yes

id

The system-generated unique ID for the Dev Environment.

Type: String

Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

inactivityTimeoutMinutes

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 1200.

Required: Yes

instanceType

The Amazon EC2 instace type used for the Dev Environment.

Type: String

Valid Values: dev.standard1.small | dev.standard1.medium | dev.standard1.large | dev.standard1.xlarge

Required: Yes

lastUpdatedTime

The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Type: Timestamp

Required: Yes

persistentStorage

Information about the configuration of persistent storage for the Dev Environment.

Type: PersistentStorage object

Required: Yes

repositories

Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.

Type: Array of DevEnvironmentRepositorySummary objects

Required: Yes

status

The status of the Dev Environment.

Type: String

Valid Values: PENDING | RUNNING | STARTING | STOPPING | STOPPED | FAILED | DELETING | DELETED

Required: Yes

alias

The user-specified alias for the Dev Environment.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 128.

Required: No

ides

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

Type: Array of Ide objects

Array Members: Minimum number of 0 items. Maximum number of 1 item.

Required: No

projectName

The name of the project in the space.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Pattern: [a-zA-Z0-9]+(?:[-_\.][a-zA-Z0-9]+)*

Required: No

spaceName

The name of the space.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Pattern: [a-zA-Z0-9]+(?:[-_\.][a-zA-Z0-9]+)*

Required: No

statusReason

The reason for the status.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

vpcConnectionName

The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Pattern: [a-zA-Z0-9]+(?:[-_\.][a-zA-Z0-9]+)*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: