AWS cli documentation change
Summary
Added IAMFederationOptions documentation in DryRunConfig
Security assessment
Adds IAM federation settings to dry-run configuration documentation, showing security feature simulation capabilities without evidence of vulnerability remediation
Diff
diff --git a/cli/latest/reference/opensearch/describe-dry-run-progress.md b/cli/latest/reference/opensearch/describe-dry-run-progress.md index d88bcc935..2bbb8fdab 100644 --- a//cli/latest/reference/opensearch/describe-dry-run-progress.md +++ b//cli/latest/reference/opensearch/describe-dry-run-progress.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -666,0 +667,16 @@ DryRunConfig -> (structure) +>> IAMFederationOptions -> (structure) +>> +>>> Container for information about the IAM federation configuration for an OpenSearch UI application. +>>> +>>> Enabled -> (boolean) +>>> +>>>> True if IAM federation is enabled. +>>> +>>> SubjectKey -> (string) +>>> +>>>> The key used for matching the IAM federation subject attribute. +>>> +>>> RolesKey -> (string) +>>> +>>>> The key used for matching the IAM federation roles attribute. +>> @@ -867 +883 @@ DryRunResults -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »