AWS CodeBuild Project LogsConfig
LogsConfig is a property of the AWS::CodeBuild::Project resource that specifies settings for
logs generated by an AWS CodeBuild build.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogs" : CloudWatchLogs, "S3Logs" : S3Logs }
YAML
CloudWatchLogs: CloudWatchLogs S3Logs: S3Logs
Properties
CloudWatchLogs-
Information about CloudWatch Logs for a build project.
Required: No
Type: CloudWatchLogs
Update requires: No interruption
S3Logs-
Information about logs built to an S3 bucket for a build project.
Required: No
Type: S3Logs
Update requires: No interruption
See Also
-
LogsConfig in the AWS CodeBuild API Reference
