# The StorageConfiguration object

## Attributes

- `storage_configuration_id` (string)
  <Databricks> storage configuration ID.
- `account_id` (string)
  The <Databricks> account ID associated with this storage configuration.
- `root_bucket_info` (object)
  The root bucket information for the storage configuration.
  - `bucket_name` (string)
    Name of the S3 bucket
- `storage_configuration_name` (string)
  The human-readable name of the storage configuration.
  Constraints: `[ 4 .. 256 ] characters`
- `creation_time` (int64)
  Time in epoch milliseconds when the storage configuration was created.
- `role_arn` (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.

## Example

```json
{
  "storage_configuration_id": "string",
  "account_id": "string",
  "root_bucket_info": {
    "bucket_name": "string"
  },
  "storage_configuration_name": "string",
  "creation_time": 0,
  "role_arn": "string"
}
```


