databricks-cli/bundle/internal/tf/schema/resource_mws_credentials.go

14 lines
477 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceMwsCredentials struct {
AccountId string `json:"account_id"`
CreationTime int `json:"creation_time,omitempty"`
CredentialsId string `json:"credentials_id,omitempty"`
CredentialsName string `json:"credentials_name"`
ExternalId string `json:"external_id,omitempty"`
Id string `json:"id,omitempty"`
RoleArn string `json:"role_arn"`
}