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
ARNs that redshift:AuthorizeInboundIntegration can be scoped to in an IAM policy.
No condition keys are documented for this action.
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": "*"
}
]
}