AWSDataExchangeSubscriberFullAccess - AWS Managed Policy

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.

AWSDataExchangeSubscriberFullAccess is an AWS managed policy.

Using this policy

You can attach AWSDataExchangeSubscriberFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: November 13, 2019, 19:27 UTC

  • Edited time: May 21, 2024, 17:36 UTC

  • ARN: arn:aws:iam::aws:policy/AWSDataExchangeSubscriberFullAccess

Policy version

Policy version: v7 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "DataExchangeReadOnlyActions", "Effect" : "Allow", "Action" : [ "dataexchange:Get*", "dataexchange:List*" ], "Resource" : "*" }, { "Sid" : "DataExchangeExportActions", "Effect" : "Allow", "Action" : [ "dataexchange:CreateJob", "dataexchange:StartJob", "dataexchange:CancelJob" ], "Resource" : "*", "Condition" : { "StringEquals" : { "dataexchange:JobType" : [ "EXPORT_ASSETS_TO_S3", "EXPORT_ASSET_TO_SIGNED_URL", "EXPORT_REVISIONS_TO_S3" ] } } }, { "Sid" : "DataExchangeEventActionActions", "Effect" : "Allow", "Action" : [ "dataexchange:CreateEventAction", "dataexchange:UpdateEventAction", "dataexchange:DeleteEventAction", "dataexchange:SendApiAsset" ], "Resource" : "*" }, { "Sid" : "S3GetActionConditionalResourceAndADX", "Effect" : "Allow", "Action" : "s3:GetObject", "Resource" : "arn:aws:s3:::*aws-data-exchange*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : [ "dataexchange.amazonaws.com" ] } } }, { "Sid" : "S3ReadActions", "Effect" : "Allow", "Action" : [ "s3:GetBucketLocation", "s3:ListBucket", "s3:ListAllMyBuckets" ], "Resource" : "*" }, { "Sid" : "AWSMarketplaceSubscriberActions", "Effect" : "Allow", "Action" : [ "aws-marketplace:Subscribe", "aws-marketplace:Unsubscribe", "aws-marketplace:ViewSubscriptions", "aws-marketplace:GetAgreementRequest", "aws-marketplace:ListAgreementRequests", "aws-marketplace:CancelAgreementRequest", "aws-marketplace:ListPrivateListings" ], "Resource" : "*" }, { "Sid" : "KMSActions", "Effect" : "Allow", "Action" : [ "kms:DescribeKey", "kms:ListAliases", "kms:ListKeys" ], "Resource" : "*" } ] }

Learn more