Databricks SDK for JavaScript
    Preparing search index...

    The AWS IAM role configuration

    interface AwsIamRole {
        externalId?: string;
        roleArn?: string;
        unityCatalogIamArn?: string;
    }
    Index

    Properties

    externalId?: string

    The external ID used in role assumption to prevent the confused deputy problem.

    roleArn?: string

    The Amazon Resource Name (ARN) of the AWS IAM role used to vend temporary credentials.

    unityCatalogIamArn?: string

    The Amazon Resource Name (ARN) of the AWS IAM user managed by . This is the identity that is going to assume the AWS IAM role.