BucketAccessLogConfig
Describes the access log configuration for a bucket in the Amazon Lightsail object storage service.
For more information about bucket access logs, see Logging bucket requests using access logging in Amazon Lightsail
Contents
- enabled
-
A Boolean value that indicates whether bucket access logging is enabled for the bucket.
Type: Boolean
Required: Yes
- destination
-
The name of the bucket where the access logs are saved. The destination can be a Lightsail bucket in the same account, and in the same AWS Region as the source bucket.
Note
This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 54.
Pattern:
^[a-z0-9][a-z0-9-]{1,52}[a-z0-9]$
Required: No
- prefix
-
The optional object prefix for the bucket access log.
The prefix is an optional addition to the object key that organizes your access log files in the destination bucket. For example, if you specify a
logs/
prefix, then each log object will begin with thelogs/
prefix in its key (for example,logs/2021-11-01-21-32-16-E568B2907131C0C0
).Note
This parameter can be optionally specified when enabling the access log for a bucket, and should be omitted when disabling the access log.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w/!.*')(-]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: