AWS cli documentation change
Summary
Added domain verification fields (ID, ARN, status, group domain) and updated CLI version
Security assessment
Introduces documentation for domain verification features including validation patterns and status tracking, which relate to security controls for domain ownership verification. However, there is no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/vpc-lattice/get-resource-configuration.md b/cli/latest/reference/vpc-lattice/get-resource-configuration.md index e9cdedbe1..bfdadbc27 100644 --- a//cli/latest/reference/vpc-lattice/get-resource-configuration.md +++ b//cli/latest/reference/vpc-lattice/get-resource-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -465,0 +466,47 @@ lastUpdatedAt -> (timestamp) +domainVerificationId -> (string) + +> The domain verification ID. +> +> Constraints: +> +> * min: `20` +> * max: `20` +> * pattern: `dv-[a-fA-F0-9]{17}` +> + + +domainVerificationArn -> (string) + +> The ARN of the domain verification. +> +> Constraints: +> +> * min: `20` +> * max: `2048` +> * pattern: `arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:domainverification/dv-[a-fA-F0-9]{17}` +> + + +domainVerificationStatus -> (string) + +> The domain verification status. +> +> Possible values: +> +> * `VERIFIED` +> * `PENDING` +> * `VERIFICATION_TIMED_OUT` +> + + +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` +> + + @@ -476 +523 @@ lastUpdatedAt -> (timestamp) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »