Skip to content

/AWS1/CL_PPSCLOUDWATCHLOGSDST

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_iamrolearn TYPE /AWS1/PPSSTRING /AWS1/PPSSTRING

The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.

iv_loggrouparn TYPE /AWS1/PPSSTRING /AWS1/PPSSTRING

The name of the Amazon CloudWatch Log Group that you want to record events in.


Queryable Attributes

IamRoleArn

The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.

Accessible with the following methods

Method Description
GET_IAMROLEARN() Getter for IAMROLEARN, with configurable default
ASK_IAMROLEARN() Getter for IAMROLEARN w/ exceptions if field has no value
HAS_IAMROLEARN() Determine if IAMROLEARN has a value

LogGroupArn

The name of the Amazon CloudWatch Log Group that you want to record events in.

Accessible with the following methods

Method Description
GET_LOGGROUPARN() Getter for LOGGROUPARN, with configurable default
ASK_LOGGROUPARN() Getter for LOGGROUPARN w/ exceptions if field has no value
HAS_LOGGROUPARN() Determine if LOGGROUPARN has a value