Databricks SDK for JavaScript
    Preparing search index...
    interface CreateCredentialsRequest {
        accountId?: string;
        cloudCredentials?: {
            $case: "awsCredentials";
            awsCredentials: CreateCredentialAwsCredentials;
        };
        credentialsName?: string;
    }
    Index

    Properties

    accountId?: string
    cloudCredentials?: {
        $case: "awsCredentials";
        awsCredentials: CreateCredentialAwsCredentials;
    }

    (-- NOTE(austin) This oneof is a future-looking definition when we add other clouds --)

    credentialsName?: string

    The human-readable name of the credential configuration object.