AWS cli documentation change
Summary
Added mTLS client authentication option and updated SASL/SCRAM configuration parameters
Security assessment
Updated documentation to include mTLS authentication details, enhancing security documentation without addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/kafka/describe-replicator.md b/cli/latest/reference/kafka/describe-replicator.md index 51e6e68bb..12d064015 100644 --- a//cli/latest/reference/kafka/describe-replicator.md +++ b//cli/latest/reference/kafka/describe-replicator.md @@ -15 +15 @@ - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) » @@ -274 +274 @@ KafkaClusters -> (list) ->>> SaslScram -> (structure) [required] +>>> SaslScram -> (structure) @@ -287,0 +288,8 @@ KafkaClusters -> (list) +>>>> +>>>> SecretArn -> (string) [required] +>>>> +>>>>> The Amazon Resource Name (ARN) of the Secrets Manager secret. +>>> +>>> MTLS -> (structure) +>>> +>>>> Details for mTLS client authentication. @@ -570 +578 @@ LogDelivery -> (structure) - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) »