github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_mws_credentials.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceMwsCredentials struct {
     6  	AccountId       string `json:"account_id"`
     7  	CreationTime    int    `json:"creation_time,omitempty"`
     8  	CredentialsId   string `json:"credentials_id,omitempty"`
     9  	CredentialsName string `json:"credentials_name"`
    10  	ExternalId      string `json:"external_id,omitempty"`
    11  	Id              string `json:"id,omitempty"`
    12  	RoleArn         string `json:"role_arn"`
    13  }