machinelearning:CreateDataSourceFromS3

Write

machinelearning:CreateDataSourceFromS3 is a Write access-level action in the machinelearning service. Creates a DataSource object from S3

Resource types

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

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

Related actions in machinelearning

View all machinelearning actions →