machinelearning:CreateDataSourceFromRedshift is a Write access-level action in the machinelearning service. Creates a DataSource from a database hosted on an Amazon Redshift cluster
ARNs that machinelearning:CreateDataSourceFromRedshift can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows machinelearning:CreateDataSourceFromRedshift. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMachinelearningCreateDataSourceFromRedshift",
"Effect": "Allow",
"Action": "machinelearning:CreateDataSourceFromRedshift",
"Resource": "*"
}
]
}