ProjectLogsConfigS3Logs constructor
const
ProjectLogsConfigS3Logs({})
Creates a new ProjectLogsConfigS3Logs.
bucketOwnerAccess Specifies the bucket owner's access for objects that another account uploads to
encryptionDisabled Whether to disable encrypting S3 logs. Defaults to false.
location Name of the S3 bucket and the path prefix for S3 logs. Must be set if status is ENABLED,
status Current status of logs in S3 for a build project. Valid values: ENABLED, DISABLED. Defaults
Implementation
const ProjectLogsConfigS3Logs({
this.bucketOwnerAccess,
this.encryptionDisabled,
this.location,
this.status,
});