1. Packages
  2. dbt Cloud
  3. API Docs
  4. getBigQueryCredential
dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi

dbtcloud.getBigQueryCredential

Explore with Pulumi AI

dbtcloud logo
dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi

    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:

    CredentialId int
    Credential ID
    ProjectId int
    Project ID
    CredentialId int
    Credential ID
    ProjectId int
    Project ID
    credentialId Integer
    Credential ID
    projectId Integer
    Project ID
    credentialId number
    Credential ID
    projectId number
    Project ID
    credential_id int
    Credential ID
    project_id int
    Project ID
    credentialId Number
    Credential ID
    projectId Number
    Project ID

    getBigQueryCredential Result

    The following output properties are available:

    CredentialId int
    Credential ID
    Dataset string
    Default dataset name
    Id string
    The provider-assigned unique ID for this managed resource.
    IsActive bool
    Whether the BigQuery credential is active
    NumThreads int
    Number of threads to use
    ProjectId int
    Project ID
    CredentialId int
    Credential ID
    Dataset string
    Default dataset name
    Id string
    The provider-assigned unique ID for this managed resource.
    IsActive bool
    Whether the BigQuery credential is active
    NumThreads int
    Number of threads to use
    ProjectId int
    Project ID
    credentialId Integer
    Credential ID
    dataset String
    Default dataset name
    id String
    The provider-assigned unique ID for this managed resource.
    isActive Boolean
    Whether the BigQuery credential is active
    numThreads Integer
    Number of threads to use
    projectId Integer
    Project ID
    credentialId number
    Credential ID
    dataset string
    Default dataset name
    id string
    The provider-assigned unique ID for this managed resource.
    isActive boolean
    Whether the BigQuery credential is active
    numThreads number
    Number of threads to use
    projectId 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
    credentialId Number
    Credential ID
    dataset String
    Default dataset name
    id String
    The provider-assigned unique ID for this managed resource.
    isActive Boolean
    Whether the BigQuery credential is active
    numThreads Number
    Number of threads to use
    projectId 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.
    dbtcloud logo
    dbt Cloud v0.1.10 published on Thursday, Jul 18, 2024 by Pulumi