/AWS1/CL_BLDCLOUDWATCHLOGSCFG¶
Information about CloudWatch Logs for a build project.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_STATUS
TYPE /AWS1/BLDLOGSCONFIGSTATUSTYPE
/AWS1/BLDLOGSCONFIGSTATUSTYPE
¶
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
ENABLED
: CloudWatch Logs are enabled for this build project.
DISABLED
: CloudWatch Logs are not enabled for this build project.
Optional arguments:¶
IV_GROUPNAME
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
IV_STREAMNAME
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
Queryable Attributes¶
status¶
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
ENABLED
: CloudWatch Logs are enabled for this build project.
DISABLED
: CloudWatch Logs are not enabled for this build project.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
groupName¶
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GROUPNAME() |
Getter for GROUPNAME, with configurable default |
ASK_GROUPNAME() |
Getter for GROUPNAME w/ exceptions if field has no value |
HAS_GROUPNAME() |
Determine if GROUPNAME has a value |
streamName¶
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREAMNAME() |
Getter for STREAMNAME, with configurable default |
ASK_STREAMNAME() |
Getter for STREAMNAME w/ exceptions if field has no value |
HAS_STREAMNAME() |
Determine if STREAMNAME has a value |