dbt Cloud v0.1.8 published on Tuesday, Jun 11, 2024 by Pulumi
dbtcloud.getSnowflakeCredential
Explore with Pulumi AI
Using getSnowflakeCredential
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 getSnowflakeCredential(args: GetSnowflakeCredentialArgs, opts?: InvokeOptions): Promise<GetSnowflakeCredentialResult>
function getSnowflakeCredentialOutput(args: GetSnowflakeCredentialOutputArgs, opts?: InvokeOptions): Output<GetSnowflakeCredentialResult>
def get_snowflake_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetSnowflakeCredentialResult
def get_snowflake_credential_output(credential_id: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSnowflakeCredentialResult]
func LookupSnowflakeCredential(ctx *Context, args *LookupSnowflakeCredentialArgs, opts ...InvokeOption) (*LookupSnowflakeCredentialResult, error)
func LookupSnowflakeCredentialOutput(ctx *Context, args *LookupSnowflakeCredentialOutputArgs, opts ...InvokeOption) LookupSnowflakeCredentialResultOutput
> Note: This function is named LookupSnowflakeCredential
in the Go SDK.
public static class GetSnowflakeCredential
{
public static Task<GetSnowflakeCredentialResult> InvokeAsync(GetSnowflakeCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetSnowflakeCredentialResult> Invoke(GetSnowflakeCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSnowflakeCredentialResult> getSnowflakeCredential(GetSnowflakeCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dbtcloud:index/getSnowflakeCredential:getSnowflakeCredential
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
getSnowflakeCredential Result
The following output properties are available:
- Auth
Type string - The type of Snowflake credential ('password' or 'keypair')
- Credential
Id int - Credential ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Whether the Snowflake credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Schema string
- Default schema name
- User string
- Username for Snowflake
- Auth
Type string - The type of Snowflake credential ('password' or 'keypair')
- Credential
Id int - Credential ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Active bool - Whether the Snowflake credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Schema string
- Default schema name
- User string
- Username for Snowflake
- auth
Type String - The type of Snowflake credential ('password' or 'keypair')
- credential
Id Integer - Credential ID
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Whether the Snowflake credential is active
- num
Threads Integer - Number of threads to use
- project
Id Integer - Project ID
- schema String
- Default schema name
- user String
- Username for Snowflake
- auth
Type string - The type of Snowflake credential ('password' or 'keypair')
- credential
Id number - Credential ID
- id string
- The provider-assigned unique ID for this managed resource.
- is
Active boolean - Whether the Snowflake credential is active
- num
Threads number - Number of threads to use
- project
Id number - Project ID
- schema string
- Default schema name
- user string
- Username for Snowflake
- auth_
type str - The type of Snowflake credential ('password' or 'keypair')
- credential_
id int - Credential ID
- id str
- The provider-assigned unique ID for this managed resource.
- is_
active bool - Whether the Snowflake credential is active
- num_
threads int - Number of threads to use
- project_
id int - Project ID
- schema str
- Default schema name
- user str
- Username for Snowflake
- auth
Type String - The type of Snowflake credential ('password' or 'keypair')
- credential
Id Number - Credential ID
- id String
- The provider-assigned unique ID for this managed resource.
- is
Active Boolean - Whether the Snowflake credential is active
- num
Threads Number - Number of threads to use
- project
Id Number - Project ID
- schema String
- Default schema name
- user String
- Username for Snowflake
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloud
Terraform Provider.