As traduções são geradas por tradução automática. Em caso de conflito entre o conteúdo da tradução e da versão original em inglês, a versão em inglês prevalecerá.
AWSDataExchangeProviderFullAccess
Descrição: concede ao provedor de AWS dados acesso ao Data Exchange e AWS Marketplace às ações usando o AWS Management Console SDK e. Ele também fornece acesso seleto aos serviços relacionados necessários para aproveitar ao máximo o AWS Data Exchange.
AWSDataExchangeProviderFullAccess
é uma política gerenciada pelo AWS.
Utilização desta política
Você pode vincular a AWSDataExchangeProviderFullAccess
aos seus usuários, grupos e perfis.
Detalhes desta política
-
Tipo: política AWS gerenciada
-
Hora da criação: 13 de novembro de 2019, 19:27 UTC
-
Hora da edição: 15 de agosto de 2024, 17:32 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSDataExchangeProviderFullAccess
Versão da política
Versão da política: v12 (padrão)
A versão padrão da política é aquela que define as permissões desta política. Quando um usuário ou função da política faz uma solicitação para acessar um AWS recurso, AWS verifica a versão padrão da política para determinar se a solicitação deve ser permitida.
Documento da política 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" : "*" } ] }