outputGcsUri property

String? outputGcsUri
getter/setter pair

Specifies a Cloud Storage URI for the synthesis results.

Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

Required.

Implementation

core.String? outputGcsUri;