gcsUri property

String? gcsUri
getter/setter pair

The Cloud Storage URI for storing the init script.

Format: gs://BUCKET_NAME/OBJECT_NAME The service account on the node pool must have read access to the object. User can't configure both gcs_uri and gcp_secret_manager_secret_uri.

Implementation

core.String? gcsUri;