AWS cli documentation change
Summary
Added privateDnsEnabled field to service network resource associations
Security assessment
Private DNS configuration helps prevent DNS leakage and improves network isolation, but this is a feature enhancement rather than a vulnerability fix
Diff
diff --git a/cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md b/cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md index 580d237e8..d690a6107 100644 --- a//cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md +++ b//cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -408,0 +409,4 @@ items -> (list) +>> +>> privateDnsEnabled -> (boolean) +>> +>>> Indicates if private DNS is enabled for the service network resource association. @@ -431 +435 @@ nextToken -> (string) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »