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