defaultLogsBucketBehavior property

String? defaultLogsBucketBehavior
getter/setter pair

Option to specify how default logs buckets are setup.

Optional. Possible string values are:

  • "DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED" : Unspecified.
  • "REGIONAL_USER_OWNED_BUCKET" : Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project.
  • "LEGACY_BUCKET" : Bucket is located in a Google-owned project and is not regionalized.

Implementation

core.String? defaultLogsBucketBehavior;