Edit an instance profile.
edit_instance_profile.Rd
The only supported field to change is the optional IAM role ARN associated with the instance profile. It is required to specify the IAM role ARN if both of the following are true:
Usage
edit_instance_profile(
client,
instance_profile_arn,
iam_role_arn = NULL,
is_meta_instance_profile = NULL
)
instanceProfilesEdit(
client,
instance_profile_arn,
iam_role_arn = NULL,
is_meta_instance_profile = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- instance_profile_arn
Required. The AWS ARN of the instance profile to register with Databricks.
- iam_role_arn
The AWS IAM role ARN of the role associated with the instance profile.
- is_meta_instance_profile
Boolean flag indicating whether the instance profile should only be used in credential passthrough scenarios.
Details
Your role name and instance profile name do not match. The name is the part after the last slash in each ARN. * You want to use the instance profile with Databricks SQL Serverless.
To understand where these fields are in the AWS console, see Enable serverless SQL warehouses.
This API is only available to admin users.