dbt Cloud v0.1.25 published on Friday, Nov 8, 2024 by Pulumi
dbtcloud.getDatabricksCredential
Explore with Pulumi AI
Using getDatabricksCredential
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 getDatabricksCredential(args: GetDatabricksCredentialArgs, opts?: InvokeOptions): Promise<GetDatabricksCredentialResult>
function getDatabricksCredentialOutput(args: GetDatabricksCredentialOutputArgs, opts?: InvokeOptions): Output<GetDatabricksCredentialResult>
def get_databricks_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabricksCredentialResult
def get_databricks_credential_output(credential_id: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabricksCredentialResult]
func LookupDatabricksCredential(ctx *Context, args *LookupDatabricksCredentialArgs, opts ...InvokeOption) (*LookupDatabricksCredentialResult, error)
func LookupDatabricksCredentialOutput(ctx *Context, args *LookupDatabricksCredentialOutputArgs, opts ...InvokeOption) LookupDatabricksCredentialResultOutput
> Note: This function is named LookupDatabricksCredential
in the Go SDK.
public static class GetDatabricksCredential
{
public static Task<GetDatabricksCredentialResult> InvokeAsync(GetDatabricksCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetDatabricksCredentialResult> Invoke(GetDatabricksCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabricksCredentialResult> getDatabricksCredential(GetDatabricksCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dbtcloud:index/getDatabricksCredential:getDatabricksCredential
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
getDatabricksCredential Result
The following output properties are available:
- Adapter
Id int - Databricks adapter ID for the credential
- Catalog string
- The catalog where to create models
- Credential
Id int - Credential ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Target
Name string - Target name
- Adapter
Id int - Databricks adapter ID for the credential
- Catalog string
- The catalog where to create models
- Credential
Id int - Credential ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Target
Name string - Target name
- adapter
Id Integer - Databricks adapter ID for the credential
- catalog String
- The catalog where to create models
- credential
Id Integer - Credential ID
- id String
- The provider-assigned unique ID for this managed resource.
- num
Threads Integer - Number of threads to use
- project
Id Integer - Project ID
- schema String
- The schema where to create models
- target
Name String - Target name
- adapter
Id number - Databricks adapter ID for the credential
- catalog string
- The catalog where to create models
- credential
Id number - Credential ID
- id string
- The provider-assigned unique ID for this managed resource.
- num
Threads number - Number of threads to use
- project
Id number - Project ID
- schema string
- The schema where to create models
- target
Name string - Target name
- adapter_
id int - Databricks adapter ID for the credential
- catalog str
- The catalog where to create models
- credential_
id int - Credential ID
- id str
- The provider-assigned unique ID for this managed resource.
- num_
threads int - Number of threads to use
- project_
id int - Project ID
- schema str
- The schema where to create models
- target_
name str - Target name
- adapter
Id Number - Databricks adapter ID for the credential
- catalog String
- The catalog where to create models
- credential
Id Number - Credential ID
- id String
- The provider-assigned unique ID for this managed resource.
- num
Threads Number - Number of threads to use
- project
Id Number - Project ID
- schema String
- The schema where to create models
- target
Name String - Target name
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloud
Terraform Provider.