AWS cli documentation change
Summary
Added IdentityCenterConfiguration parameter with EnableIdentityPropagation option for IAM Identity Center authentication
Security assessment
Documents new IAM Identity Center integration for authentication, which is a security feature but doesn't address a specific vulnerability
Diff
diff --git a/cli/latest/reference/quicksight/create-data-source.md b/cli/latest/reference/quicksight/create-data-source.md index 2b0434458..886e1c398 100644 --- a//cli/latest/reference/quicksight/create-data-source.md +++ b//cli/latest/reference/quicksight/create-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -176,0 +177,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/quicks +>> +>> IdentityCenterConfiguration -> (structure) +>> +>>> An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup. +>>> +>>> This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. +>>> +>>> EnableIdentityPropagation -> (boolean) +>>> +>>>> A Boolean option that controls whether Trusted Identity Propagation should be used. @@ -631 +641,4 @@ JSON Syntax: - "RoleArn": "string" + "RoleArn": "string", + "IdentityCenterConfiguration": { + "EnableIdentityPropagation": true|false + } @@ -819,0 +833,10 @@ JSON Syntax: +>>>>> +>>>>> IdentityCenterConfiguration -> (structure) +>>>>> +>>>>>> An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup. +>>>>>> +>>>>>> This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. +>>>>>> +>>>>>> EnableIdentityPropagation -> (boolean) +>>>>>> +>>>>>>> A Boolean option that controls whether Trusted Identity Propagation should be used. @@ -1287 +1310,4 @@ JSON Syntax: - "RoleArn": "string" + "RoleArn": "string", + "IdentityCenterConfiguration": { + "EnableIdentityPropagation": true|false + } @@ -1700 +1726 @@ Status -> (integer) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »