AWS AWSCloudFormation documentation change
Summary
Updated links for Ref and Fn::GetAtt documentation to point to TemplateReference instead of UserGuide
Security assessment
The change updates documentation URLs to correct paths but does not introduce or modify security-related content.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ivs-publickey.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ivs-publickey.md index 4520d7425..d6b3f649b 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ivs-publickey.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ivs-publickey.md @@ -94 +94 @@ For the Amazon IVS public key `myPublicKey`, `Ref` returns the public key ARN. -For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html). +For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html). @@ -100 +100 @@ The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of -For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).