Databricks SDK for JavaScript
    Preparing search index...
    interface StorageConfiguration {
        accountId?: string;
        creationTime?: bigint;
        roleArn?: string;
        rootBucketInfo?: RootBucketInfo;
        storageConfigurationId?: string;
        storageConfigurationName?: string;
    }
    Index

    Properties

    accountId?: string

    The account ID associated with this storage configuration.

    creationTime?: bigint

    Time in epoch milliseconds when the storage configuration was created.

    roleArn?: string

    Optional IAM role that is used to access the workspace catalog which is created during workspace creation for UC by Default. If a storage configuration with this field populated is used to create a workspace, then a workspace catalog is created together with the workspace. The workspace catalog shares the root bucket with internal workspace storage (including DBFS root) but uses a dedicated bucket path prefix.

    rootBucketInfo?: RootBucketInfo

    The root bucket information for the storage configuration.

    storageConfigurationId?: string

    storage configuration ID.

    storageConfigurationName?: string

    The human-readable name of the storage configuration.