dbt Cloud v1.2.0 published on Wednesday, Oct 15, 2025 by Pulumi
dbtcloud.getTeradataCredential
Start a Neo task
Explain and create a dbtcloud.getTeradataCredential resource
Teradata credential data source
Using getTeradataCredential
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 getTeradataCredential(args: GetTeradataCredentialArgs, opts?: InvokeOptions): Promise<GetTeradataCredentialResult>
function getTeradataCredentialOutput(args: GetTeradataCredentialOutputArgs, opts?: InvokeOptions): Output<GetTeradataCredentialResult>def get_teradata_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetTeradataCredentialResult
def get_teradata_credential_output(credential_id: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTeradataCredentialResult]func LookupTeradataCredential(ctx *Context, args *LookupTeradataCredentialArgs, opts ...InvokeOption) (*LookupTeradataCredentialResult, error)
func LookupTeradataCredentialOutput(ctx *Context, args *LookupTeradataCredentialOutputArgs, opts ...InvokeOption) LookupTeradataCredentialResultOutput> Note: This function is named LookupTeradataCredential in the Go SDK.
public static class GetTeradataCredential
{
public static Task<GetTeradataCredentialResult> InvokeAsync(GetTeradataCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetTeradataCredentialResult> Invoke(GetTeradataCredentialInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTeradataCredentialResult> getTeradataCredential(GetTeradataCredentialArgs args, InvokeOptions options)
public static Output<GetTeradataCredentialResult> getTeradataCredential(GetTeradataCredentialArgs args, InvokeOptions options)
fn::invoke:
function: dbtcloud:index/getTeradataCredential:getTeradataCredential
arguments:
# arguments dictionaryThe 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
getTeradataCredential Result
The following output properties are available:
- Credential
Id int - Credential ID
- Id string
- The ID of this resource. Contains the project ID and the credential ID.
- Password string
- The password for the Teradata account
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Threads int
- The number of threads to use. Default is 1
- User string
- The username for the Teradata account
- Credential
Id int - Credential ID
- Id string
- The ID of this resource. Contains the project ID and the credential ID.
- Password string
- The password for the Teradata account
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Threads int
- The number of threads to use. Default is 1
- User string
- The username for the Teradata account
- credential
Id Integer - Credential ID
- id String
- The ID of this resource. Contains the project ID and the credential ID.
- password String
- The password for the Teradata account
- project
Id Integer - Project ID
- schema String
- The schema where to create models
- threads Integer
- The number of threads to use. Default is 1
- user String
- The username for the Teradata account
- credential
Id number - Credential ID
- id string
- The ID of this resource. Contains the project ID and the credential ID.
- password string
- The password for the Teradata account
- project
Id number - Project ID
- schema string
- The schema where to create models
- threads number
- The number of threads to use. Default is 1
- user string
- The username for the Teradata account
- credential_
id int - Credential ID
- id str
- The ID of this resource. Contains the project ID and the credential ID.
- password str
- The password for the Teradata account
- project_
id int - Project ID
- schema str
- The schema where to create models
- threads int
- The number of threads to use. Default is 1
- user str
- The username for the Teradata account
- credential
Id Number - Credential ID
- id String
- The ID of this resource. Contains the project ID and the credential ID.
- password String
- The password for the Teradata account
- project
Id Number - Project ID
- schema String
- The schema where to create models
- threads Number
- The number of threads to use. Default is 1
- user String
- The username for the Teradata account
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloudTerraform Provider.
