AWS AWSCloudFormation documentation change
Summary
Updated endpoint IP address documentation with IPv6 example and IPv4/IPv6 usage clarification
Security assessment
The changes provide implementation details about IP address handling but contain no security-related content or vulnerability disclosures.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-pcs-cluster-endpoint.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-pcs-cluster-endpoint.md index 487ff41a8..858bc6a91 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-pcs-cluster-endpoint.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-pcs-cluster-endpoint.md @@ -42 +42,3 @@ To declare this entity in your AWS CloudFormation template, use the following sy -Property description not available. +The endpoint's IPv6 address. + +Example: `2001:db8::1` @@ -64 +66,5 @@ _Required_ : Yes -The endpoint's private IP address. +For clusters that use IPv4, this is the endpoint's private IP address. + +Example: `10.1.2.3` + +For clusters configured to use IPv6, this is an empty string.