AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-19 · Documentation medium

File: cli/latest/reference/quicksight/start-asset-bundle-import-job.md

Summary

Added ConsumerAccountRoleArn and S3TablesParameters fields to asset bundle import job documentation

Security assessment

The change documents the ConsumerAccountRoleArn parameter for cross-account Athena access, which is a security feature for managing IAM role-based access. No evidence of fixing a security vulnerability.

Diff

diff --git a/cli/latest/reference/quicksight/start-asset-bundle-import-job.md b/cli/latest/reference/quicksight/start-asset-bundle-import-job.md
index 42e34cd2c..a562138e6 100644
--- a//cli/latest/reference/quicksight/start-asset-bundle-import-job.md
+++ b//cli/latest/reference/quicksight/start-asset-bundle-import-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »
@@ -394,0 +395,11 @@ JSON Syntax:
+>>>>> 
+>>>>> ConsumerAccountRoleArn -> (string)
+>>>>>
+>>>>>> Use `ConsumerAccountRoleArn` to perform cross-account Athena access. This is an IAM role ARN in the same AWS account as the Athena resources you want to access. Provide this along with `RoleArn` to enable role-chaining, where Amazon Quick Sight first assumes the `RoleArn` and then assumes the `ConsumerAccountRoleArn` to access Athena resources.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `20`
+>>>>>>   * max: `2048`
+>>>>>> 
+
@@ -871,0 +883,14 @@ JSON Syntax:
+>>>> 
+>>>> S3TablesParameters -> (structure)
+>>>>
+>>>>> The parameters for S3 Tables.
+>>>>> 
+>>>>> TableBucketArn -> (string)
+>>>>>
+>>>>>> The Amazon Resource Name (ARN) of the S3 Tables bucket.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `^(arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:bucket/[a-zA-Z0-9-_]{3,63})$`
+>>>>>> 
+
@@ -1906,0 +1932 @@ JSON Syntax:
+              "ConsumerAccountRoleArn": "string",
@@ -1978,0 +2005,3 @@ JSON Syntax:
+            "S3TablesParameters": {
+              "TableBucketArn": "string"
+            },
@@ -3491 +3520 @@ Status -> (integer)
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »