AWS cli documentation change
Summary
Added IdentityCenterConfiguration parameter to asset bundle import documentation
Security assessment
Expands security feature documentation without evidence of addressing specific security incidents
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 67d56d32f..4d2c29987 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.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -251,0 +252,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. @@ -893 +903,4 @@ JSON Syntax: - "RoleArn": "string" + "RoleArn": "string", + "IdentityCenterConfiguration": { + "EnableIdentityPropagation": true|false + } @@ -1863 +1876 @@ Status -> (integer) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »