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.
Contains sandbox information.
Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z
public class Sandbox
The Sandbox type exposes the following members
| Name | Description | |
|---|---|---|
|
Sandbox() |
| Name | Type | Description | |
|---|---|---|---|
|
Arn | System.String |
Gets and sets the property Arn. The ARN of the sandbox. |
|
CurrentSession | Amazon.CodeBuild.Model.SandboxSession |
Gets and sets the property CurrentSession. The current session for the sandbox. |
|
EncryptionKey | System.String |
Gets and sets the property EncryptionKey. The Key Management Service customer master key (CMK) to be used for encrypting the sandbox output artifacts. |
|
EndTime | System.DateTime |
Gets and sets the property EndTime. When the sandbox process ended, expressed in Unix time format. |
|
Environment | Amazon.CodeBuild.Model.ProjectEnvironment |
Gets and sets the property Environment. |
|
FileSystemLocations | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectFileSystemLocation> |
Gets and sets the property FileSystemLocations.
An array of |
|
Id | System.String |
Gets and sets the property Id. The ID of the sandbox. |
|
LogConfig | Amazon.CodeBuild.Model.LogsConfig |
Gets and sets the property LogConfig. |
|
ProjectName | System.String |
Gets and sets the property ProjectName. The CodeBuild project name. |
|
QueuedTimeoutInMinutes | System.Int32 |
Gets and sets the property QueuedTimeoutInMinutes. The number of minutes a sandbox is allowed to be queued before it times out. |
|
RequestTime | System.DateTime |
Gets and sets the property RequestTime. When the sandbox process was initially requested, expressed in Unix time format. |
|
SecondarySources | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectSource> |
Gets and sets the property SecondarySources.
An array of |
|
SecondarySourceVersions | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectSourceVersion> |
Gets and sets the property SecondarySourceVersions.
An array of |
|
ServiceRole | System.String |
Gets and sets the property ServiceRole. The name of a service role used for this sandbox. |
|
Source | Amazon.CodeBuild.Model.ProjectSource |
Gets and sets the property Source. |
|
SourceVersion | System.String |
Gets and sets the property SourceVersion. Any version identifier for the version of the sandbox to be built. |
|
StartTime | System.DateTime |
Gets and sets the property StartTime. When the sandbox process started, expressed in Unix time format. |
|
Status | System.String |
Gets and sets the property Status. The status of the sandbox. |
|
TimeoutInMinutes | System.Int32 |
Gets and sets the property TimeoutInMinutes. How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this sandbox if it does not get marked as completed. |
|
VpcConfig | Amazon.CodeBuild.Model.VpcConfig |
Gets and sets the property VpcConfig. |
.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