Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
AWSDataExchangeProviderFullAccess
Descrizione: concede al fornitore di dati l'accesso a AWS Data Exchange e Marketplace AWS alle azioni utilizzando AWS Management Console andSDK. Fornisce inoltre un accesso selezionato ai servizi correlati necessari per sfruttare appieno il AWS Data Exchange.
AWSDataExchangeProviderFullAccess
è una politica AWS gestita.
Utilizzo di questa politica
Puoi collegarti AWSDataExchangeProviderFullAccess
ai tuoi utenti, gruppi e ruoli.
Dettagli della politica
-
Tipo: politica AWS gestita
-
Ora di creazione: 13 novembre 2019, 19:27 UTC
-
Ora modificata: 15 agosto 2024, 17:32 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSDataExchangeProviderFullAccess
Versione della politica
Versione della politica: v12 (predefinita)
La versione predefinita della politica è la versione che definisce le autorizzazioni per la politica. Quando un utente o un ruolo con la politica effettua una richiesta di accesso a una AWS risorsa, AWS controlla la versione predefinita della politica per determinare se consentire la richiesta.
JSONdocumento di policy
{ "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" : "*" } ] }