AWSDataExchangeSubscriberFullAccess details (in AWS console)
Policy Name
AWSDataExchangeSubscriberFullAccess
Description
Grants data subscriber access to AWS Data Exchange and AWS Marketplace actions using the AWS Management Console and SDK. It also provides select access to related services needed to take full advantage of AWS Data Exchange.
ARN
arn:aws:iam::aws:policy/AWSDataExchangeSubscriberFullAccess
Path
/
PolicyId
ANPAZKAPJZG4MAWRW4GF7
AttachmentCount
0
[
{
"Effect": "Allow",
"Action": [
"dataexchange:Get*",
"dataexchange:List*"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"dataexchange:CreateJob",
"dataexchange:StartJob",
"dataexchange:CancelJob"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"dataexchange:CreateEventAction",
"dataexchange:UpdateEventAction",
"dataexchange:DeleteEventAction",
"dataexchange:SendApiAsset"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::*aws-data-exchange*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:ListAllMyBuckets"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"aws-marketplace:Subscribe",
"aws-marketplace:Unsubscribe",
"aws-marketplace:ViewSubscriptions",
"aws-marketplace:GetAgreementRequest",
"aws-marketplace:ListAgreementRequests",
"aws-marketplace:CancelAgreementRequest"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:DescribeKey",
"kms:ListAliases",
"kms:ListKeys"
],
"Resource": [
"*"
]
}
]