AWS::S3::Bucket TargetObjectKeyFormat
Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PartitionedPrefix" :
PartitionedPrefix
, "SimplePrefix" :Json
}
YAML
PartitionedPrefix:
PartitionedPrefix
SimplePrefix:Json
Properties
PartitionedPrefix
-
Partitioned S3 key for log objects.
Required: No
Type: PartitionedPrefix
Update requires: No interruption
SimplePrefix
-
To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.
Required: No
Type: Json
Update requires: No interruption