/AWS1/CL_CWLSYSLOGCONF¶
Contains information about a syslog configuration associated with a log group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_loggrouparn TYPE /AWS1/CWLLOGGROUPARN /AWS1/CWLLOGGROUPARN¶
The ARN of the log group associated with this syslog configuration.
iv_sourcetype TYPE /AWS1/CWLSYSLOGSOURCETYPE /AWS1/CWLSYSLOGSOURCETYPE¶
The source type for the syslog configuration.
iv_vpcendpointid TYPE /AWS1/CWLVPCENDPOINTID /AWS1/CWLVPCENDPOINTID¶
The ID of the VPC endpoint used for syslog ingestion.
iv_createdat TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The time when the syslog configuration was created, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Queryable Attributes¶
logGroupArn¶
The ARN of the log group associated with this syslog configuration.
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 |
sourceType¶
The source type for the syslog configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
vpcEndpointId¶
The ID of the VPC endpoint used for syslog ingestion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCENDPOINTID() |
Getter for VPCENDPOINTID, with configurable default |
ASK_VPCENDPOINTID() |
Getter for VPCENDPOINTID w/ exceptions if field has no value |
HAS_VPCENDPOINTID() |
Determine if VPCENDPOINTID has a value |
createdAt¶
The time when the syslog configuration was created, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SYSLOGCONFIGURATIONS¶
TYPES TT_SYSLOGCONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLSYSLOGCONF WITH DEFAULT KEY
.