S3LogsConfig
Information about S3 logs for a build project.
Contents
In the following list, the required parameters are described first.
- status
-
The current status of the S3 build logs. Valid values are:
-
ENABLED
: S3 build logs are enabled for this build project. -
DISABLED
: S3 build logs are not enabled for this build project.
Type: String
Valid Values:
ENABLED | DISABLED
Required: Yes
-
- encryptionDisabled
-
Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.
Type: Boolean
Required: No
- location
-
The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is
my-bucket
, and your path prefix isbuild-log
, then acceptable formats aremy-bucket/build-log
orarn:aws:s3:::my-bucket/build-log
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: