artifactsGcsBucket property
User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage.
Format: gs://{bucket}/{folder}
A default bucket will be bootstrapped if
the field is not set or empty Default Bucket Format:
gs://--blueprint-config
Constraints: - The bucket needs to be in the
same project as the deployment - The path cannot be within the path of
gcs_source
If omitted and deployment resource ref provided has
artifacts_gcs_bucket defined, that artifact bucket is used.
Optional.
Implementation
core.String? artifactsGcsBucket;