AWS cli documentation change
Summary
Added IPv6 connectivity documentation for bootstrap brokers
Security assessment
Added new fields for IPv6 connectivity with TLS and SASL security mechanisms. While this documents security features (encrypted connections), it doesn't address a specific vulnerability. Enhances security documentation by covering IPv6 secure connectivity options.
Diff
diff --git a/cli/latest/reference/kafka/get-bootstrap-brokers.md b/cli/latest/reference/kafka/get-bootstrap-brokers.md index f9ad84a87..fc68f2b08 100644 --- a//cli/latest/reference/kafka/get-bootstrap-brokers.md +++ b//cli/latest/reference/kafka/get-bootstrap-brokers.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -263,0 +264,16 @@ BootstrapBrokerStringVpcConnectivitySaslIam -> (string) +BootstrapBrokerStringIpv6 -> (string) + +> A string that contains one or more DNS names (or IP) and port pairs for IPv6 connectivity. + +BootstrapBrokerStringTlsIpv6 -> (string) + +> A string that contains one or more DNS names (or IP) and TLS port pairs for IPv6 connectivity. + +BootstrapBrokerStringSaslScramIpv6 -> (string) + +> A string that contains one or more DNS names (or IP) and SASL SCRAM port pairs for IPv6 connectivity. + +BootstrapBrokerStringSaslIamIpv6 -> (string) + +> A string that contains one or more DNS names (or IP) and SASL IAM port pairs for IPv6 connectivity. + @@ -274 +290 @@ BootstrapBrokerStringVpcConnectivitySaslIam -> (string) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »