Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.53 KB

aws_crossaccount_policy.md

File metadata and controls

33 lines (21 loc) · 1.53 KB
subcategory
Deployment

databricks_aws_crossaccount_policy Data Source

This data source constructs necessary AWS cross-account policy for you, which is based on official documentation.

Example Usage

For more detailed usage please see databricks_aws_assume_role_policy or databricks_aws_s3_mount pages.

data "databricks_aws_crossaccount_policy" "this" {}

Argument Reference

  • pass_roles (Optional) (List) List of Data IAM role ARNs that are explicitly granted iam:PassRole action.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • json - AWS IAM Policy JSON document

Related Resources

The following resources are used in the same context: