metadata property

Map<String, String>? metadata
getter/setter pair

Custom metadata to apply to this instance.

For example, to specify a Cloud Storage bucket for automatic backup, you can use the gcs-data-bucket metadata tag. Format: "--metadata=gcs-data-bucket=``BUCKET''".

Implementation

core.Map<core.String, core.String>? metadata;