/AWS1/CL_CWOVPCFLOWLOGPARAMS¶
Configuration parameters specific to VPC Flow Logs.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_logformat
TYPE /AWS1/CWOSTRING
/AWS1/CWOSTRING
¶
The format in which VPC Flow Log entries should be logged.
iv_traffictype
TYPE /AWS1/CWOSTRING
/AWS1/CWOSTRING
¶
The type of traffic to log (ACCEPT, REJECT, or ALL).
iv_maxaggregationinterval
TYPE /AWS1/CWOINTEGER
/AWS1/CWOINTEGER
¶
The maximum interval in seconds between the capture of flow log records.
Queryable Attributes¶
LogFormat¶
The format in which VPC Flow Log entries should be logged.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGFORMAT() |
Getter for LOGFORMAT, with configurable default |
ASK_LOGFORMAT() |
Getter for LOGFORMAT w/ exceptions if field has no value |
HAS_LOGFORMAT() |
Determine if LOGFORMAT has a value |
TrafficType¶
The type of traffic to log (ACCEPT, REJECT, or ALL).
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAFFICTYPE() |
Getter for TRAFFICTYPE, with configurable default |
ASK_TRAFFICTYPE() |
Getter for TRAFFICTYPE w/ exceptions if field has no value |
HAS_TRAFFICTYPE() |
Determine if TRAFFICTYPE has a value |
MaxAggregationInterval¶
The maximum interval in seconds between the capture of flow log records.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXAGGREGATIONINTERVAL() |
Getter for MAXAGGREGATIONINTERVAL, with configurable default |
ASK_MAXAGGREGATIONINTERVAL() |
Getter for MAXAGGREGATIONINTERVAL w/ exceptions if field has |
HAS_MAXAGGREGATIONINTERVAL() |
Determine if MAXAGGREGATIONINTERVAL has a value |