- Navigation Guide
@aws-sdk/client-codecatalyst
GetDevEnvironmentCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
creatorId Required | string | undefined | The system-generated unique ID of the user who created the Dev Environment. |
id Required | string | undefined | The system-generated unique ID of the Dev Environment. |
inactivityTimeoutMinutes Required | number | undefined | The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. |
instanceType Required | _InstanceType | undefined | The Amazon EC2 instace type to use for the Dev Environment. |
lastUpdatedTime Required | Date | undefined | The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 . |
persistentStorage Required | PersistentStorage | undefined | Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage. |
projectName Required | string | undefined | The name of the project in the space. |
repositories Required | DevEnvironmentRepositorySummary[] | undefined | The source repository that contains the branch cloned into the Dev Environment. |
spaceName Required | string | undefined | The name of the space. |
status Required | DevEnvironmentStatus | undefined | The current status of the Dev Environment. |
alias | string | undefined | The user-specified alias for the Dev Environment. |
ides | Ide[] | undefined | Information about the integrated development environment (IDE) configured for the Dev Environment. |
statusReason | string | undefined | The reason for the status. |
vpcConnectionName | string | undefined | The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any. |
Full Signature
export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentResponse, MetadataBearer