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.

Implementation

core.String? defaultLogsBucketBehavior;