/AWS1/CL_BLDSANDBOX¶
Contains sandbox information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The ID of the sandbox.
iv_arn TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The ARN of the sandbox.
iv_projectname TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The CodeBuild project name.
iv_requesttime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP¶
When the sandbox process was initially requested, expressed in Unix time format.
iv_starttime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP¶
When the sandbox process started, expressed in Unix time format.
iv_endtime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP¶
When the sandbox process ended, expressed in Unix time format.
iv_status TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The status of the sandbox.
io_source TYPE REF TO /AWS1/CL_BLDPROJECTSOURCE /AWS1/CL_BLDPROJECTSOURCE¶
source
iv_sourceversion TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
Any version identifier for the version of the sandbox to be built.
it_secondarysources TYPE /AWS1/CL_BLDPROJECTSOURCE=>TT_PROJECTSOURCES TT_PROJECTSOURCES¶
An array of
ProjectSourceobjects.
it_secondarysourceversions TYPE /AWS1/CL_BLDPROJECTSOURCEVRS=>TT_PROJECTSECSOURCEVERSIONS TT_PROJECTSECSOURCEVERSIONS¶
An array of
ProjectSourceVersionobjects.
io_environment TYPE REF TO /AWS1/CL_BLDPROJECTENVIRONMENT /AWS1/CL_BLDPROJECTENVIRONMENT¶
environment
it_filesystemlocations TYPE /AWS1/CL_BLDPROJECTFILESYSTE00=>TT_PROJECTFILESYSTEMLOCATIONS TT_PROJECTFILESYSTEMLOCATIONS¶
An array of
ProjectFileSystemLocationobjects for a CodeBuild build project. AProjectFileSystemLocationobject specifies theidentifier,location,mountOptions,mountPoint, andtypeof a file system created using Amazon Elastic File System.
iv_timeoutinminutes TYPE /AWS1/BLDWRAPPERINT /AWS1/BLDWRAPPERINT¶
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.
iv_queuedtimeoutinminutes TYPE /AWS1/BLDWRAPPERINT /AWS1/BLDWRAPPERINT¶
The number of minutes a sandbox is allowed to be queued before it times out.
io_vpcconfig TYPE REF TO /AWS1/CL_BLDVPCCONFIG /AWS1/CL_BLDVPCCONFIG¶
vpcConfig
io_logconfig TYPE REF TO /AWS1/CL_BLDLOGSCONFIG /AWS1/CL_BLDLOGSCONFIG¶
logConfig
iv_encryptionkey TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The Key Management Service customer master key (CMK) to be used for encrypting the sandbox output artifacts.
iv_servicerole TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The name of a service role used for this sandbox.
io_currentsession TYPE REF TO /AWS1/CL_BLDSANDBOXSESSION /AWS1/CL_BLDSANDBOXSESSION¶
The current session for the sandbox.
Queryable Attributes¶
id¶
The ID of the sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The ARN of the sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
projectName¶
The CodeBuild project name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTNAME() |
Getter for PROJECTNAME, with configurable default |
ASK_PROJECTNAME() |
Getter for PROJECTNAME w/ exceptions if field has no value |
HAS_PROJECTNAME() |
Determine if PROJECTNAME has a value |
requestTime¶
When the sandbox process was initially requested, expressed in Unix time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTTIME() |
Getter for REQUESTTIME, with configurable default |
ASK_REQUESTTIME() |
Getter for REQUESTTIME w/ exceptions if field has no value |
HAS_REQUESTTIME() |
Determine if REQUESTTIME has a value |
startTime¶
When the sandbox process started, expressed in Unix time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
When the sandbox process ended, expressed in Unix time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
status¶
The status of the sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
source¶
source
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
sourceVersion¶
Any version identifier for the version of the sandbox to be built.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEVERSION() |
Getter for SOURCEVERSION, with configurable default |
ASK_SOURCEVERSION() |
Getter for SOURCEVERSION w/ exceptions if field has no value |
HAS_SOURCEVERSION() |
Determine if SOURCEVERSION has a value |
secondarySources¶
An array of
ProjectSourceobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECONDARYSOURCES() |
Getter for SECONDARYSOURCES, with configurable default |
ASK_SECONDARYSOURCES() |
Getter for SECONDARYSOURCES w/ exceptions if field has no va |
HAS_SECONDARYSOURCES() |
Determine if SECONDARYSOURCES has a value |
secondarySourceVersions¶
An array of
ProjectSourceVersionobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECONDARYSOURCEVERSIONS() |
Getter for SECONDARYSOURCEVERSIONS, with configurable defaul |
ASK_SECONDARYSOURCEVERSIONS() |
Getter for SECONDARYSOURCEVERSIONS w/ exceptions if field ha |
HAS_SECONDARYSOURCEVERSIONS() |
Determine if SECONDARYSOURCEVERSIONS has a value |
environment¶
environment
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENT() |
Getter for ENVIRONMENT |
fileSystemLocations¶
An array of
ProjectFileSystemLocationobjects for a CodeBuild build project. AProjectFileSystemLocationobject specifies theidentifier,location,mountOptions,mountPoint, andtypeof a file system created using Amazon Elastic File System.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMLOCATIONS() |
Getter for FILESYSTEMLOCATIONS, with configurable default |
ASK_FILESYSTEMLOCATIONS() |
Getter for FILESYSTEMLOCATIONS w/ exceptions if field has no |
HAS_FILESYSTEMLOCATIONS() |
Determine if FILESYSTEMLOCATIONS has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTINMINUTES() |
Getter for TIMEOUTINMINUTES, with configurable default |
ASK_TIMEOUTINMINUTES() |
Getter for TIMEOUTINMINUTES w/ exceptions if field has no va |
HAS_TIMEOUTINMINUTES() |
Determine if TIMEOUTINMINUTES has a value |
queuedTimeoutInMinutes¶
The number of minutes a sandbox is allowed to be queued before it times out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEDTIMEOUTINMINUTES() |
Getter for QUEUEDTIMEOUTINMINUTES, with configurable default |
ASK_QUEUEDTIMEOUTINMINUTES() |
Getter for QUEUEDTIMEOUTINMINUTES w/ exceptions if field has |
HAS_QUEUEDTIMEOUTINMINUTES() |
Determine if QUEUEDTIMEOUTINMINUTES has a value |
vpcConfig¶
vpcConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |
logConfig¶
logConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIG() |
Getter for LOGCONFIG |
encryptionKey¶
The Key Management Service customer master key (CMK) to be used for encrypting the sandbox output artifacts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONKEY() |
Getter for ENCRYPTIONKEY, with configurable default |
ASK_ENCRYPTIONKEY() |
Getter for ENCRYPTIONKEY w/ exceptions if field has no value |
HAS_ENCRYPTIONKEY() |
Determine if ENCRYPTIONKEY has a value |
serviceRole¶
The name of a service role used for this sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEROLE() |
Getter for SERVICEROLE, with configurable default |
ASK_SERVICEROLE() |
Getter for SERVICEROLE w/ exceptions if field has no value |
HAS_SERVICEROLE() |
Determine if SERVICEROLE has a value |
currentSession¶
The current session for the sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTSESSION() |
Getter for CURRENTSESSION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SANDBOXES¶
TYPES TT_SANDBOXES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BLDSANDBOX WITH DEFAULT KEY
.