github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_aws_crossaccount_policy.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type DataSourceAwsCrossaccountPolicy struct { 6 Id string `json:"id,omitempty"` 7 Json string `json:"json,omitempty"` 8 PassRoles []string `json:"pass_roles,omitempty"` 9 }