Skip to content

/AWS1/CL_IMGPLINLOGGINGCONF

The logging configuration that's defined for pipeline execution.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_imageloggroupname TYPE /AWS1/IMGLOGGROUPNAME /AWS1/IMGLOGGROUPNAME

Specifies the CloudWatch Logs log group name for image build logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with /aws/imagebuilder/ require an executionRole with CloudWatch Logs write permissions. If not specified, defaults to /aws/imagebuilder/image-name.

iv_pipelineloggroupname TYPE /AWS1/IMGLOGGROUPNAME /AWS1/IMGLOGGROUPNAME

Specifies the CloudWatch Logs log group name for pipeline execution logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with /aws/imagebuilder/ require an executionRole with CloudWatch Logs write permissions. If not specified, defaults to /aws/imagebuilder/pipeline/pipeline-name.


Queryable Attributes

imageLogGroupName

Specifies the CloudWatch Logs log group name for image build logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with /aws/imagebuilder/ require an executionRole with CloudWatch Logs write permissions. If not specified, 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

Specifies the CloudWatch Logs log group name for pipeline execution logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with /aws/imagebuilder/ require an executionRole with CloudWatch Logs write permissions. If not specified, 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