AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-10 · Documentation medium

File: cli/latest/reference/vpc-lattice/list-resource-configurations.md

Summary

Added --domain-verification-identifier parameter and related output fields for domain verification management

Security assessment

New domain verification parameters and response fields indicate enhanced domain validation capabilities, which are security-related but not tied to a specific vulnerability

Diff

diff --git a/cli/latest/reference/vpc-lattice/list-resource-configurations.md b/cli/latest/reference/vpc-lattice/list-resource-configurations.md
index c68d4502f..a5e63822a 100644
--- a//cli/latest/reference/vpc-lattice/list-resource-configurations.md
+++ b//cli/latest/reference/vpc-lattice/list-resource-configurations.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
@@ -71,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la
+    [--domain-verification-identifier <value>]
@@ -122,0 +124,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la
+`--domain-verification-identifier` (string)
+
+> The domain verification ID.
+> 
+> Constraints:
+> 
+>   * min: `20`
+>   * max: `2048`
+>   * pattern: `((dv-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:domainverification/dv-[a-fA-F0-9]{17}))`
+> 
+
+
@@ -392,0 +406,34 @@ items -> (list)
+>> 
+>> customDomainName -> (string)
+>>
+>>> The custom domain name.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `3`
+>>>   * max: `255`
+>>> 
+
+>> 
+>> domainVerificationId -> (string)
+>>
+>>> The domain verification ID.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `20`
+>>>   * max: `20`
+>>>   * pattern: `dv-[a-fA-F0-9]{17}`
+>>> 
+
+>> 
+>> groupDomain -> (string)
+>>
+>>> (GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `3`
+>>>   * max: `255`
+>>> 
+
@@ -415 +462 @@ nextToken -> (string)
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »