{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "LoggingEnabled",
"type": "object",
"description": "Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon S3 API Reference.",
"fields": [
{
"name": "TargetBucket",
"type": "string"
},
{
"name": "TargetGrants",
"type": "string"
},
{
"name": "TargetPrefix",
"type": "string"
}
]
}