Skip to content

/AWS1/CL_S3_TARGETOBJKEYFORMAT

Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_simpleprefix TYPE REF TO /AWS1/CL_S3_SIMPLEPREFIX /AWS1/CL_S3_SIMPLEPREFIX

To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.

io_partitionedprefix TYPE REF TO /AWS1/CL_S3_PARTITIONEDPREFIX /AWS1/CL_S3_PARTITIONEDPREFIX

Partitioned S3 key for log objects.


Queryable Attributes

SimplePrefix

To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.

Accessible with the following methods

Method Description
GET_SIMPLEPREFIX() Getter for SIMPLEPREFIX

PartitionedPrefix

Partitioned S3 key for log objects.

Accessible with the following methods

Method Description
GET_PARTITIONEDPREFIX() Getter for PARTITIONEDPREFIX