Skip to content

/AWS1/CL_FRMLOGGINGCONFIG

Contains logging configuration information for an extension.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_LOGROLEARN TYPE /AWS1/FRMROLEARN2 /AWS1/FRMROLEARN2

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

IV_LOGGROUPNAME TYPE /AWS1/FRMLOGGROUPNAME /AWS1/FRMLOGGROUPNAME

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.


Queryable Attributes

LogRoleArn

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

Accessible with the following methods

Method Description
GET_LOGROLEARN() Getter for LOGROLEARN, with configurable default
ASK_LOGROLEARN() Getter for LOGROLEARN w/ exceptions if field has no value
HAS_LOGROLEARN() Determine if LOGROLEARN has a value

LogGroupName

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

Accessible with the following methods

Method Description
GET_LOGGROUPNAME() Getter for LOGGROUPNAME, with configurable default
ASK_LOGGROUPNAME() Getter for LOGGROUPNAME w/ exceptions if field has no value
HAS_LOGGROUPNAME() Determine if LOGGROUPNAME has a value