AWS::CodeBuild::SandboxRepresents a CodeBuild sandbox, an ephemeral compute environment started from a CodeBuild project.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProjectName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the sandbox. |
EncryptionKey | string | The KMS key used for encrypting the sandbox output artifacts. |
Id | string | The ID of the sandbox. |
QueuedTimeoutInMinutes | integer | The number of minutes a sandbox is allowed to be queued before it times out. |
RequestTime | string | When the sandbox process was initially requested, expressed in ISO 8601 format. |
ServiceRole | string | The name of a service role used for this sandbox. |
StartTime | string | When the sandbox process started, expressed in ISO 8601 format. |
Status | string | The status of the sandbox. |
TimeoutInMinutes | integer | How long, in minutes, for CodeBuild to wait before timing out this sandbox. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeBuild::Sandbox
Resources:
MyResource:
Type: AWS::CodeBuild::Sandbox
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
codebuild:BatchGetSandboxescodebuild:ListSandboxesEverything you need to know about CodeBuild on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectName