本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWSDataExchangeProviderFullAccess
描述:使用和 SDK 向 AWS 数据提供者授予对 Data Exchange AWS Management Console 和 AWS Marketplace 操作的访问权限。它还提供对充分利用 D AWS ata Exchange 所需的相关服务的精选访问权限。
AWSDataExchangeProviderFullAccess
是一项 AWS 托管式策略。
使用此策略
您可以将 AWSDataExchangeProviderFullAccess
附加到您的用户、组和角色。
策略详细信息
-
类型: AWS 托管策略
-
创建时间:2019 年 11 月 13 日 19:27 UTC
-
编辑时间:2024 年 8 月 15 日 17:32 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSDataExchangeProviderFullAccess
策略版本
策略版本:v12 (默认值)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "DataExchangeActions", "Effect" : "Allow", "Action" : [ "dataexchange:CreateDataSet", "dataexchange:CreateRevision", "dataexchange:CreateAsset", "dataexchange:Get*", "dataexchange:Update*", "dataexchange:List*", "dataexchange:Delete*", "dataexchange:TagResource", "dataexchange:UntagResource", "dataexchange:PublishDataSet", "dataexchange:SendApiAsset", "dataexchange:RevokeRevision", "dataexchange:SendDataSetNotification", "tag:GetTagKeys", "tag:GetTagValues" ], "Resource" : "*" }, { "Sid" : "DataExchangeJobsActions", "Effect" : "Allow", "Action" : [ "dataexchange:CreateJob", "dataexchange:StartJob", "dataexchange:CancelJob" ], "Resource" : "*", "Condition" : { "StringEquals" : { "dataexchange:JobType" : [ "IMPORT_ASSETS_FROM_S3", "IMPORT_ASSET_FROM_SIGNED_URL", "EXPORT_ASSETS_TO_S3", "EXPORT_ASSET_TO_SIGNED_URL", "IMPORT_ASSET_FROM_API_GATEWAY_API", "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES" ] } } }, { "Sid" : "S3GetActionConditionalResourceAndADX", "Effect" : "Allow", "Action" : "s3:GetObject", "Resource" : "arn:aws:s3:::*aws-data-exchange*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : [ "dataexchange.amazonaws.com" ] } } }, { "Sid" : "S3GetActionConditionalTagAndADX", "Effect" : "Allow", "Action" : "s3:GetObject", "Resource" : "*", "Condition" : { "StringEqualsIgnoreCase" : { "s3:ExistingObjectTag/AWSDataExchange" : "true" }, "ForAnyValue:StringEquals" : { "aws:CalledVia" : [ "dataexchange.amazonaws.com" ] } } }, { "Sid" : "S3WriteActions", "Effect" : "Allow", "Action" : [ "s3:PutObject", "s3:PutObjectAcl" ], "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" : "AWSMarketplaceActions", "Effect" : "Allow", "Action" : [ "aws-marketplace:DescribeEntity", "aws-marketplace:ListEntities", "aws-marketplace:DescribeChangeSet", "aws-marketplace:ListChangeSets", "aws-marketplace:StartChangeSet", "aws-marketplace:CancelChangeSet", "aws-marketplace:GetAgreementApprovalRequest", "aws-marketplace:ListAgreementApprovalRequests", "aws-marketplace:AcceptAgreementApprovalRequest", "aws-marketplace:RejectAgreementApprovalRequest", "aws-marketplace:UpdateAgreementApprovalRequest", "aws-marketplace:SearchAgreements", "aws-marketplace:GetAgreementTerms" ], "Resource" : "*" }, { "Sid" : "KMSActions", "Effect" : "Allow", "Action" : [ "kms:DescribeKey", "kms:ListAliases", "kms:ListKeys" ], "Resource" : "*" }, { "Sid" : "RedshiftConditionalActions", "Effect" : "Allow", "Action" : [ "redshift:AuthorizeDataShare" ], "Resource" : "*", "Condition" : { "StringEqualsIgnoreCase" : { "redshift:ConsumerIdentifier" : "ADX" } } }, { "Sid" : "RedshiftActions", "Effect" : "Allow", "Action" : [ "redshift:DescribeDataSharesForProducer", "redshift:DescribeDataShares" ], "Resource" : "*" }, { "Sid" : "APIGatewayActions", "Effect" : "Allow", "Action" : [ "apigateway:GET" ], "Resource" : "*" } ] }