/AWS1/CL_EC2VERIFIEDACCLOGOPTS¶
Options for Verified Access logs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3 TYPE REF TO /AWS1/CL_EC2VERIFIEDACCLOGS301 /AWS1/CL_EC2VERIFIEDACCLOGS301¶
Sends Verified Access logs to Amazon S3.
io_cloudwatchlogs TYPE REF TO /AWS1/CL_EC2VERIFIEDACCLOGCL01 /AWS1/CL_EC2VERIFIEDACCLOGCL01¶
Sends Verified Access logs to CloudWatch Logs.
io_kinesisdatafirehose TYPE REF TO /AWS1/CL_EC2VERIFIEDACCLOGKI01 /AWS1/CL_EC2VERIFIEDACCLOGKI01¶
Sends Verified Access logs to Kinesis.
iv_logversion TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The logging version.
Valid values:
ocsf-0.1|ocsf-1.0.0-rc.2
iv_includetrustcontext TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether to include trust data sent by trust providers in the logs.
Queryable Attributes¶
S3¶
Sends Verified Access logs to Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3 |
CloudWatchLogs¶
Sends Verified Access logs to CloudWatch Logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHLOGS() |
Getter for CLOUDWATCHLOGS |
KinesisDataFirehose¶
Sends Verified Access logs to Kinesis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KINESISDATAFIREHOSE() |
Getter for KINESISDATAFIREHOSE |
LogVersion¶
The logging version.
Valid values:
ocsf-0.1|ocsf-1.0.0-rc.2
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGVERSION() |
Getter for LOGVERSION, with configurable default |
ASK_LOGVERSION() |
Getter for LOGVERSION w/ exceptions if field has no value |
HAS_LOGVERSION() |
Determine if LOGVERSION has a value |
IncludeTrustContext¶
Indicates whether to include trust data sent by trust providers in the logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDETRUSTCONTEXT() |
Getter for INCLUDETRUSTCONTEXT, with configurable default |
ASK_INCLUDETRUSTCONTEXT() |
Getter for INCLUDETRUSTCONTEXT w/ exceptions if field has no |
HAS_INCLUDETRUSTCONTEXT() |
Determine if INCLUDETRUSTCONTEXT has a value |