Interface BigqueryConnectionAzure
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryConnectionAzure.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.629Z") @Stability(Stable) public interface BigqueryConnectionAzure extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryConnectionAzure.BuilderA builder forBigqueryConnectionAzurestatic classBigqueryConnectionAzure.Jsii$ProxyAn implementation forBigqueryConnectionAzure
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryConnectionAzure.Builderbuilder()StringgetCustomerTenantId()The id of customer's directory that host the data.default StringgetFederatedApplicationClientId()The Azure Application (client) ID where the federated credentials will be hosted.
-
-
-
Method Detail
-
getCustomerTenantId
@Stability(Stable) @NotNull String getCustomerTenantId()
The id of customer's directory that host the data.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#customer_tenant_id BigqueryConnection#customer_tenant_id}
-
getFederatedApplicationClientId
@Stability(Stable) @Nullable default String getFederatedApplicationClientId()
The Azure Application (client) ID where the federated credentials will be hosted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#federated_application_client_id BigqueryConnection#federated_application_client_id}
-
builder
@Stability(Stable) static BigqueryConnectionAzure.Builder builder()
- Returns:
- a
BigqueryConnectionAzure.BuilderofBigqueryConnectionAzure
-
-