This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodeBuild::Sandbox
Contains sandbox information.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CodeBuild::Sandbox", "Properties" : { "ProjectName" :String} }
YAML
Type: AWS::CodeBuild::Sandbox Properties: ProjectName:String
Properties
ProjectName-
The AWS CodeBuild project name.
Required: No
Type: String
Minimum:
1Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn-
The ARN of the sandbox.
EncryptionKey-
The AWS Key Management Service customer master key (CMK) to be used for encrypting the sandbox output artifacts.
Id-
The ID of the sandbox.
QueuedTimeoutInMinutes-
The number of minutes a sandbox is allowed to be queued before it times out.
RequestTime-
When the sandbox process was initially requested, expressed in Unix time format.
ServiceRole-
The name of a service role used for this sandbox.
StartTime-
When the sandbox process started, expressed in Unix time format.
Status-
The status of the sandbox.
TimeoutInMinutes-
How long, in minutes, from 5 to 2160 (36 hours), for AWS CodeBuild to wait before timing out this sandbox if it does not get marked as completed.