dataexchange:CreateDataSet is a Write access-level action in the dataexchange service. Grants permission to create a data set
ARNs that dataexchange:CreateDataSet can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants dataexchange:CreateDataSet.
Filters access by the tag value associated with the resource
A minimal policy that allows dataexchange:CreateDataSet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDataexchangeCreateDataSet",
"Effect": "Allow",
"Action": "dataexchange:CreateDataSet",
"Resource": "*"
}
]
}