github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_aws_s3_mount.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceAwsS3Mount struct { 6 ClusterId string `json:"cluster_id,omitempty"` 7 Id string `json:"id,omitempty"` 8 InstanceProfile string `json:"instance_profile,omitempty"` 9 MountName string `json:"mount_name"` 10 S3BucketName string `json:"s3_bucket_name"` 11 Source string `json:"source,omitempty"` 12 }