AWSQuickSightAssetBundleExportPolicy - AWS Managed Policy

AWSQuickSightAssetBundleExportPolicy

Description: Provides the set of permissions required to perform QuickSight Asset Bundle Export Operations

AWSQuickSightAssetBundleExportPolicy is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: March 27, 2024, 21:31 UTC

  • Edited time: March 27, 2024, 21:31 UTC

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

Policy version

Policy version: v1 (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" : "TagReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:ListTagsForResource" ], "Resource" : "arn:aws:quicksight:*:*:*/*" }, { "Sid" : "DashboardReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeDashboard", "quicksight:DescribeDashboardPermissions" ], "Resource" : "arn:aws:quicksight:*:*:dashboard/*" }, { "Sid" : "AnalysisReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeAnalysis", "quicksight:DescribeAnalysisPermissions" ], "Resource" : "arn:aws:quicksight:*:*:analysis/*" }, { "Sid" : "DataSetReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeDataSet", "quicksight:DescribeDataSetRefreshProperties", "quicksight:ListRefreshSchedules", "quicksight:DescribeDataSetPermissions" ], "Resource" : "arn:aws:quicksight:*:*:dataset/*" }, { "Sid" : "DataSourceReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeDataSource", "quicksight:DescribeDataSourcePermissions" ], "Resource" : "arn:aws:quicksight:*:*:datasource/*" }, { "Sid" : "ThemeReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeTheme", "quicksight:DescribeThemePermissions" ], "Resource" : "arn:aws:quicksight:*:*:theme/*" }, { "Sid" : "VPCConnectionReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeVPCConnection", "quicksight:ListVPCConnections" ], "Resource" : "arn:aws:quicksight:*:*:vpcConnection/*" }, { "Sid" : "RefreshScheduleReadAccess", "Effect" : "Allow", "Action" : [ "quicksight:DescribeRefreshSchedule" ], "Resource" : "arn:aws:quicksight:*:*:dataset/*/refresh-schedule/*" }, { "Sid" : "AssetBundleExportOperations", "Effect" : "Allow", "Action" : [ "quicksight:DescribeAssetBundleExportJob", "quicksight:ListAssetBundleExportJobs", "quicksight:StartAssetBundleExportJob" ], "Resource" : "arn:aws:quicksight:*:*:asset-bundle-export-job/*" } ] }

Learn more