2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourceInstanceProfile struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
IamRoleArn string `json:"iam_role_arn,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Id string `json:"id,omitempty"`
|
2023-03-20 16:22:55 +00:00
|
|
|
InstanceProfileArn string `json:"instance_profile_arn"`
|
2022-12-06 15:26:19 +00:00
|
|
|
IsMetaInstanceProfile bool `json:"is_meta_instance_profile,omitempty"`
|
|
|
|
SkipValidation bool `json:"skip_validation,omitempty"`
|
|
|
|
}
|