选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

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:

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。