Interface HealthcareFhirStoreStreamConfigsBigqueryDestination
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareFhirStoreStreamConfigsBigqueryDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.529Z") @Stability(Stable) public interface HealthcareFhirStoreStreamConfigsBigqueryDestination extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareFhirStoreStreamConfigsBigqueryDestination.BuilderA builder forHealthcareFhirStoreStreamConfigsBigqueryDestinationstatic classHealthcareFhirStoreStreamConfigsBigqueryDestination.Jsii$ProxyAn implementation forHealthcareFhirStoreStreamConfigsBigqueryDestination
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HealthcareFhirStoreStreamConfigsBigqueryDestination.Builderbuilder()StringgetDatasetUri()BigQuery URI to a dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId.HealthcareFhirStoreStreamConfigsBigqueryDestinationSchemaConfiggetSchemaConfig()schema_config block.
-
-
-
Method Detail
-
getDatasetUri
@Stability(Stable) @NotNull String getDatasetUri()
BigQuery URI to a dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#dataset_uri HealthcareFhirStore#dataset_uri}
-
getSchemaConfig
@Stability(Stable) @NotNull HealthcareFhirStoreStreamConfigsBigqueryDestinationSchemaConfig getSchemaConfig()
schema_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#schema_config HealthcareFhirStore#schema_config}
-
builder
@Stability(Stable) static HealthcareFhirStoreStreamConfigsBigqueryDestination.Builder builder()
-
-