/AWS1/CL_IMGPLINLOGGINGCONF¶
The logging configuration that's defined for pipeline execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imageloggroupname TYPE /AWS1/IMGLOGGROUPNAME /AWS1/IMGLOGGROUPNAME¶
The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to
/aws/imagebuilder/image-name.
iv_pipelineloggroupname TYPE /AWS1/IMGLOGGROUPNAME /AWS1/IMGLOGGROUPNAME¶
The log group name that Image Builder uses for the log output during creation of a new pipeline. If not specified, the pipeline log group name defaults to
/aws/imagebuilder/pipeline/pipeline-name.
Queryable Attributes¶
imageLogGroupName¶
The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to
/aws/imagebuilder/image-name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGELOGGROUPNAME() |
Getter for IMAGELOGGROUPNAME, with configurable default |
ASK_IMAGELOGGROUPNAME() |
Getter for IMAGELOGGROUPNAME w/ exceptions if field has no v |
HAS_IMAGELOGGROUPNAME() |
Determine if IMAGELOGGROUPNAME has a value |
pipelineLogGroupName¶
The log group name that Image Builder uses for the log output during creation of a new pipeline. If not specified, the pipeline log group name defaults to
/aws/imagebuilder/pipeline/pipeline-name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINELOGGROUPNAME() |
Getter for PIPELINELOGGROUPNAME, with configurable default |
ASK_PIPELINELOGGROUPNAME() |
Getter for PIPELINELOGGROUPNAME w/ exceptions if field has n |
HAS_PIPELINELOGGROUPNAME() |
Determine if PIPELINELOGGROUPNAME has a value |