redshift:CreateInboundIntegration

Write

redshift:CreateInboundIntegration is a Write access-level action in the redshift service. Grants permission to the source principal to create an integration into the namespace of target data warehouse

Resource types

ARNs that redshift:CreateInboundIntegration can be scoped to in an IAM policy.

arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}
namespace

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows redshift:CreateInboundIntegration. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRedshiftCreateInboundIntegration",
      "Effect": "Allow",
      "Action": "redshift:CreateInboundIntegration",
      "Resource": "*"
    }
  ]
}

Related actions in redshift

View all redshift actions →