redshift:AuthorizeInboundIntegration

Write

redshift:AuthorizeInboundIntegration is a Write access-level action in the redshift service. Grants permission to Amazon Redshift to continuously validate that the target namespace can receive data replicated from the source ARN

Resource types

ARNs that redshift:AuthorizeInboundIntegration 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:AuthorizeInboundIntegration. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in redshift

View all redshift actions →