AWS cli documentation change
Summary
Added documentation for ConsumerAccountRoleArn parameter and S3TablesParameters structure in override parameters section
Security assessment
The change adds documentation for the ConsumerAccountRoleArn parameter which enables cross-account Athena access through role-chaining, a security feature for managing access control. This is not addressing a security vulnerability but documenting security-related functionality.
Diff
diff --git a/cli/latest/reference/quicksight/describe-asset-bundle-import-job.md b/cli/latest/reference/quicksight/describe-asset-bundle-import-job.md index 20108f600..cb9d0fd64 100644 --- a//cli/latest/reference/quicksight/describe-asset-bundle-import-job.md +++ b//cli/latest/reference/quicksight/describe-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) » @@ -603,0 +604,11 @@ OverrideParameters -> (structure) +>>>>> +>>>>> 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` +>>>>>> + @@ -1080,0 +1092,14 @@ OverrideParameters -> (structure) +>>>> +>>>> 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})$` +>>>>>> + @@ -3116 +3141 @@ Warnings -> (list) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »