Las traducciones son generadas a través de traducción automática. En caso de conflicto entre la traducción y la version original de inglés, prevalecerá la version en inglés.
AWSDataExchangeProviderFullAccess
Descripción: Otorga al proveedor de datos acceso a AWS Data Exchange y a AWS Marketplace las acciones mediante el SDK AWS Management Console y. También proporciona un acceso selecto a los servicios relacionados necesarios para aprovechar al máximo las ventajas de AWS Data Exchange.
AWSDataExchangeProviderFullAccess
es una política administrada de AWS.
Uso de la política
Puede asociar AWSDataExchangeProviderFullAccess
a los usuarios, grupos y roles.
Información de la política
-
Tipo: política AWS gestionada
-
Hora de creación: 13 de noviembre de 2019 a las 19:27 UTC
-
Hora de edición: 15 de agosto de 2024 a las 17:32 h UTC
-
ARN:
arn:aws:iam::aws:policy/AWSDataExchangeProviderFullAccess
Versión de la política
Versión de la política: v12 (predeterminado)
La versión predeterminada de la política define qué permisos tendrá. Cuando un usuario o un rol con la política solicita el acceso a un AWS recurso, AWS comprueba la versión predeterminada de la política para determinar si permite la solicitud.
Documento de 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" : "*" } ] }