Databricks SDK for JavaScript
    Preparing search index...

    The Cloudflare API token configuration. Read more at https://developers.cloudflare.com/r2/api/s3/tokens/

    interface CloudflareApiToken {
        accessKeyId?: string;
        accountId?: string;
        secretAccessKey?: string;
    }
    Index

    Properties

    accessKeyId?: string

    The access key ID associated with the API token.

    accountId?: string

    The ID of the account associated with the API token.

    secretAccessKey?: string

    The secret access token generated for the above access key ID.