hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Support healthcare dicom bq stream configure #8958

Closed chaopeng closed 3 years ago

chaopeng commented 3 years ago

Community Note

Description

Feature is in beta now.

https://cloud.google.com/healthcare/docs/how-tos/dicom-bigquery-streaming#healthcare-streaming-dicom-metadata-cli-curl

New or Affected Resource(s)

Potential Terraform Configuration

      - !ruby/object:Api::Type::Array
        name: streamConfigs
        required: false
        min_version: beta
        update_url: '{{dataset}}/dicomStores/{{name}}'
        description: |
          To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store.
          streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset.
        item_type: !ruby/object:Api::Type::NestedObject
          properties:
            - !ruby/object:Api::Type::NestedObject
              name: bigqueryDestination
              required: true
              description: |
                BigQueryDestination to include a fully qualified BigQuery table URI where DICOM instance metadata will be streamed.
              properties:
                - !ruby/object:Api::Type::String
                  name: tableUri
                  required: true
                  description: |
                    a fully qualified BigQuery table URI where DICOM instance metadata will be streamed.

References

ghost commented 3 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error πŸ€– πŸ™‰ , please reach out to my human friends πŸ‘‰ hashibot-feedback@hashicorp.com. Thanks!