@aws-sdk/client-codecatalyst

GetDevEnvironmentCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
creatorId Requiredstring | undefined

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

id Requiredstring | undefined

The system-generated unique ID of the Dev Environment.

inactivityTimeoutMinutes Requirednumber | 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 RequiredDate | undefined

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

persistentStorage RequiredPersistentStorage | 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 Requiredstring | undefined

The name of the project in the space.

repositories RequiredDevEnvironmentRepositorySummary[] | undefined

The source repository that contains the branch cloned into the Dev Environment.

spaceName Requiredstring | undefined

The name of the space.

status RequiredDevEnvironmentStatus | 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