2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourceMwsCredentials struct {
|
2023-12-11 21:53:21 +00:00
|
|
|
AccountId string `json:"account_id,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
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"`
|
|
|
|
}
|