GCSStorageIntegration
Examples
Python
gcs_storage_integration = GCSStorageIntegration(
name="some_gcs_storage_integration",
enabled=True,
storage_allowed_locations=['gcs://bucket/path/'],
storage_blocked_locations=['gcs://bucket/blocked_path/']
)YAML
gcs_storage_integrations:
- name: some_gcs_storage_integration
enabled: true
storage_allowed_locations:
- 'gcs://bucket/path/'
storage_blocked_locations:
- 'gcs://bucket/blocked_path/'Fields
Last updated