View a markdown version of this page

AWS::CodeBuild::Sandbox - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CodeBuild::Sandbox

Contains sandbox information.

Syntax

To declare this entity in your Amazon 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 Amazon CodeBuild project name.

Required: No

Type: String

Minimum: 1

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

The ARN of the sandbox.

EncryptionKey

The Amazon 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 Amazon CodeBuild to wait before timing out this sandbox if it does not get marked as completed.