/AWS1/CL_BLDLOGSCONFIG¶
Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IO_CLOUDWATCHLOGS
TYPE REF TO /AWS1/CL_BLDCLOUDWATCHLOGSCFG
/AWS1/CL_BLDCLOUDWATCHLOGSCFG
¶
Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.
IO_S3LOGS
TYPE REF TO /AWS1/CL_BLDS3LOGSCONFIG
/AWS1/CL_BLDS3LOGSCONFIG
¶
Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
Queryable Attributes¶
cloudWatchLogs¶
Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDWATCHLOGS() |
Getter for CLOUDWATCHLOGS |
s3Logs¶
Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3LOGS() |
Getter for S3LOGS |