dbt Cloud v0.1.25 published on Friday, Nov 8, 2024 by Pulumi
dbtcloud.getBigQueryCredential
Explore with Pulumi AI
Using getBigQueryCredential
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBigQueryCredential(args: GetBigQueryCredentialArgs, opts?: InvokeOptions): Promise<GetBigQueryCredentialResult>
function getBigQueryCredentialOutput(args: GetBigQueryCredentialOutputArgs, opts?: InvokeOptions): Output<GetBigQueryCredentialResult>
def get_big_query_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBigQueryCredentialResult
def get_big_query_credential_output(credential_id: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBigQueryCredentialResult]
func LookupBigQueryCredential(ctx *Context, args *LookupBigQueryCredentialArgs, opts ...InvokeOption) (*LookupBigQueryCredentialResult, error)
func LookupBigQueryCredentialOutput(ctx *Context, args *LookupBigQueryCredentialOutputArgs, opts ...InvokeOption) LookupBigQueryCredentialResultOutput
> Note: This function is named LookupBigQueryCredential
in the Go SDK.
public static class GetBigQueryCredential
{
public static Task<GetBigQueryCredentialResult> InvokeAsync(GetBigQueryCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetBigQueryCredentialResult> Invoke(GetBigQueryCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBigQueryCredentialResult> getBigQueryCredential(GetBigQueryCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dbtcloud:index/getBigQueryCredential:getBigQueryCredential
arguments:
# arguments dictionary
The following arguments are supported:
- Credential
Id int - Credential ID
- Project
Id int - Project ID
- Credential
Id int - Credential ID
- Project
Id int - Project ID
- credential
Id Integer - Credential ID
- project
Id Integer - Project ID
- credential
Id number - Credential ID
- project
Id number - Project ID
- credential_
id int - Credential ID
- project_
id int - Project ID
- credential
Id Number - Credential ID
- project
Id Number - Project ID
getBigQueryCredential Result
The following output properties are available:
- Credential
Id int - Credential ID
- Dataset string
- Default dataset name
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Whether the BigQuery credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Credential
Id int - Credential ID
- Dataset string
- Default dataset name
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Whether the BigQuery credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- credential
Id Integer - Credential ID
- dataset String
- Default dataset name
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Whether the BigQuery credential is active
- num
Threads Integer - Number of threads to use
- project
Id Integer - Project ID
- credential
Id number - Credential ID
- dataset string
- Default dataset name
- id string
- The provider-assigned unique ID for this managed resource.
- is
Active boolean - Whether the BigQuery credential is active
- num
Threads number - Number of threads to use
- project
Id number - Project ID
- credential_
id int - Credential ID
- dataset str
- Default dataset name
- id str
- The provider-assigned unique ID for this managed resource.
- is_
active bool - Whether the BigQuery credential is active
- num_
threads int - Number of threads to use
- project_
id int - Project ID
- credential
Id Number - Credential ID
- dataset String
- Default dataset name
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Whether the BigQuery credential is active
- num
Threads Number - Number of threads to use
- project
Id Number - Project ID
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloud
Terraform Provider.