github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_aws_bucket_policy.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type DataSourceAwsBucketPolicy struct { 6 Bucket string `json:"bucket"` 7 DatabricksAccountId string `json:"databricks_account_id,omitempty"` 8 DatabricksE2AccountId string `json:"databricks_e2_account_id,omitempty"` 9 FullAccessRole string `json:"full_access_role,omitempty"` 10 Id string `json:"id,omitempty"` 11 Json string `json:"json,omitempty"` 12 }