machinelearning:CreateDataSourceFromRDS

Write

machinelearning:CreateDataSourceFromRDS is a Write access-level action in the machinelearning service. Creates a DataSource object from an Amazon RDS

Resource types

ARNs that machinelearning:CreateDataSourceFromRDS can be scoped to in an IAM policy.

arn:${Partition}:machinelearning:${Region}:${Account}:datasource/${DatasourceId}
datasource

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMachinelearningCreateDataSourceFromRDS",
      "Effect": "Allow",
      "Action": "machinelearning:CreateDataSourceFromRDS",
      "Resource": "*"
    }
  ]
}

Related actions in machinelearning

View all machinelearning actions →