AWS cli documentation change
Summary
Added IAMFederationOptions documentation in DomainStatus section
Security assessment
Documents the presence and configuration of IAM federation authentication as part of domain status reporting, enhancing security documentation without fixing vulnerabilities
Diff
diff --git a/cli/latest/reference/opensearch/describe-domain.md b/cli/latest/reference/opensearch/describe-domain.md index f636770f3..03b0368b1 100644 --- a//cli/latest/reference/opensearch/describe-domain.md +++ b//cli/latest/reference/opensearch/describe-domain.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -620,0 +621,16 @@ DomainStatus -> (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. +>> @@ -802 +818 @@ DomainStatus -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »