Databricks SDK for JavaScript
    Preparing search index...

    AWS temporary credentials for API authentication. Read more at https://docs.aws.amazon.com/STS/latest/APIReference/API_Credentials.html.

    interface TemporaryAwsCredentials {
        accessKeyId?: string;
        accessPoint?: string;
        secretAccessKey?: string;
        sessionToken?: string;
    }
    Index

    Properties

    accessKeyId?: string

    The access key ID that identifies the temporary credentials.

    accessPoint?: string

    The Amazon Resource Name (ARN) of the S3 access point for temporary credentials related the external location.

    secretAccessKey?: string

    The secret access key that can be used to sign AWS API requests.

    sessionToken?: string

    The token that users must pass to AWS API to use the temporary credentials.