volumeAttributes property
stores driver specific attributes.
For Google Cloud Storage volumes, the following attributes are supported:
- bucketName: the name of the Cloud Storage bucket to mount. The Cloud Run Service identity must have access to this bucket.
Implementation
core.Map<core.String, core.String>? volumeAttributes;