/AWS1/CL_EC2DSTOPTIONSREQUEST¶
Describes the destination options for a flow log.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fileformat TYPE /AWS1/EC2DESTINATIONFILEFORMAT /AWS1/EC2DESTINATIONFILEFORMAT¶
The format for the flow log. The default is
plain-text.
iv_hivecompatiblepartitions TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false.
iv_perhourpartition TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is
false.
Queryable Attributes¶
FileFormat¶
The format for the flow log. The default is
plain-text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEFORMAT() |
Getter for FILEFORMAT, with configurable default |
ASK_FILEFORMAT() |
Getter for FILEFORMAT w/ exceptions if field has no value |
HAS_FILEFORMAT() |
Determine if FILEFORMAT has a value |
HiveCompatiblePartitions¶
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIVECOMPATIBLEPARTITIONS() |
Getter for HIVECOMPATIBLEPARTITIONS, with configurable defau |
ASK_HIVECOMPATIBLEPARTITIONS() |
Getter for HIVECOMPATIBLEPARTITIONS w/ exceptions if field h |
HAS_HIVECOMPATIBLEPARTITIONS() |
Determine if HIVECOMPATIBLEPARTITIONS has a value |
PerHourPartition¶
Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is
false.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERHOURPARTITION() |
Getter for PERHOURPARTITION, with configurable default |
ASK_PERHOURPARTITION() |
Getter for PERHOURPARTITION w/ exceptions if field has no va |
HAS_PERHOURPARTITION() |
Determine if PERHOURPARTITION has a value |