AWS::CodeBuild::Project LogsConfig - AWS CloudFormation

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:

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