This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodeBuild::Project LogsConfig
LogsConfig is a property of the AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogs" :CloudWatchLogsConfig, "S3Logs" :S3LogsConfig}
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
- 
                    LogsConfig in the AWS CodeBuild API Reference