ProjectLogsConfigS3Logs constructor

const ProjectLogsConfigS3Logs({
  1. Input<String?>? bucketOwnerAccess,
  2. Input<bool?>? encryptionDisabled,
  3. Input<String?>? location,
  4. Input<String?>? status,
})

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,
});