Data Engineering Integration
- Data Engineering Integration 10.5.4
- All Products
{ "Sid": "AWS Databricks Policy for s3 bucket - put, get, delete", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<aws-account-id-databricks>:role/<iam-role-for-s3-access>" }, "Action": [ "s3:PutObject", "s3:GetObject", "s3:DeleteObject" ], "Resource": "arn:aws:s3:::<s3-bucket-name>/*" }, { "Sid": "AWS Databricks Policy for s3 bucket - list, get bucket location", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<aws-account-id-databricks>:role/<iam-role-for-s3-access>" }, "Action": [ "s3:ListBucket", "s3:GetBucketLocation" ], "Resource": "arn:aws:s3:::<s3-bucket-name>" }
Element
| Description
|
---|---|
aws-account-id-databricks
| Account ID of the AWS account in which you are configuring this integration.
|
iam-role-for-s3-access
| The IAM role that you created in Create an IAM Role and Policy to Access an S3 Bucket.
|
s3-bucket-name
| S3 bucket name.
|