Databricks · JSON Structure

Databricks Aws Attributes Structure

Type: object Properties: 8
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

AwsAttributes is a JSON Structure definition published by Databricks, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

first_on_demand availability zone_id instance_profile_arn spot_bid_price_percent ebs_volume_type ebs_volume_count ebs_volume_size

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AwsAttributes",
  "type": "object",
  "properties": {
    "first_on_demand": {
      "type": "integer"
    },
    "availability": {
      "type": "string"
    },
    "zone_id": {
      "type": "string"
    },
    "instance_profile_arn": {
      "type": "string"
    },
    "spot_bid_price_percent": {
      "type": "integer"
    },
    "ebs_volume_type": {
      "type": "string"
    },
    "ebs_volume_count": {
      "type": "integer"
    },
    "ebs_volume_size": {
      "type": "integer"
    }
  }
}