/AWS1/CL_PP2CLOUDWATCHLOGSDST¶
Contains the destination configuration to use when publishing message sending events.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_iamrolearn
TYPE /AWS1/PP2IAMROLEARN
/AWS1/PP2IAMROLEARN
¶
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
iv_loggrouparn
TYPE /AWS1/PP2LOGGROUPARN
/AWS1/PP2LOGGROUPARN
¶
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 Identity and Access Management 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 |