models.s_3_key_mapping_config_create_view_request_enum module

class models.s_3_key_mapping_config_create_view_request_enum.S3KeyMappingConfigCreateViewRequestEnum[source]

Bases: object

Implementation of the ‘S3KeyMappingConfig_CreateViewRequest’ enum.

Specifies key mapping config of S3 storage. Configuration of S3 key mapping. Specifies the type of S3 key mapping config.

Attributes:

KRANDOM: TODO: type description here. KSHORT: TODO: type description here. KLONG: TODO: type description here. KHIERARCHICAL: TODO: type description here.

KHIERARCHICAL = 'kHierarchical'
KLONG = 'kLong'
KRANDOM = 'kRandom'
KSHORT = 'kShort'