GcsRegionSpecification

Separate mixin for GCS region. This is separate from GcsCommonConfiguration because some destinations know the GCS region from a different part of their spec. For example, Bigquery already asks the user for the Bigquery region, which determines the GCS region - so in Bigquery, we only need the GcsCommonConfiguration, and don't need to use this mixin.

Properties

Link copied to clipboard
@get:JsonPropertyDescription(value = "Select a Region of the GCS Bucket. Read more <a href="https://cloud.google.com/storage/docs/locations">here</a>.")
abstract val gcsBucketRegion: GcsRegion?