AWS::CodeBuild::Project LogsConfig - 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::Project LogsConfig

LogsConfig is a property of the Amazon CodeBuild Project resource that specifies information about logs for a build project. These can be logs in Amazon CloudWatch Logs, built in a specified S3 bucket, or both.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

CloudWatchLogs

Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.

Required: No

Type: CloudWatchLogsConfig

Update requires: No interruption

S3Logs

Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.

Required: No

Type: S3LogsConfig

Update requires: No interruption

See also