AWS AWSCloudFormation documentation change
Summary
Updated documentation link for AWS::CloudFormation::Macro resource reference and added PDF link
Security assessment
The change updates a documentation URL from UserGuide to TemplateReference and adds a PDF link. There is no mention of security vulnerabilities, mitigations, or security features. This appears to be routine documentation maintenance for link accuracy and resource accessibility.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/template-macros-overview.md b/AWSCloudFormation/latest/UserGuide/template-macros-overview.md index e57573881..423a5baae 100644 --- a//AWSCloudFormation/latest/UserGuide/template-macros-overview.md +++ b//AWSCloudFormation/latest/UserGuide/template-macros-overview.md @@ -0,0 +1,2 @@ +[](/pdfs/AWSCloudFormation/latest/UserGuide/cfn-ug.pdf#template-macros-overview "Open PDF") + @@ -13 +15 @@ To create a macro definition, you must create the following: - * A resource of type [AWS::CloudFormation::Macro](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html), which enables users to call the Lambda function from within CloudFormation templates. This resource specifies the ARN of the Lambda function to invoke for this macro, and additional optional properties to assist with debugging. To create this resource within an account, author a template that includes the `AWS::CloudFormation::Macro` resource, and then create either a stack or stack set with self-managed permissions from the template. AWS CloudFormation StackSets doesn't currently support creating or updating stack sets with service-managed permissions from templates that reference macros. + * A resource of type [AWS::CloudFormation::Macro](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-macro.html), which enables users to call the Lambda function from within CloudFormation templates. This resource specifies the ARN of the Lambda function to invoke for this macro, and additional optional properties to assist with debugging. To create this resource within an account, author a template that includes the `AWS::CloudFormation::Macro` resource, and then create either a stack or stack set with self-managed permissions from the template. AWS CloudFormation StackSets doesn't currently support creating or updating stack sets with service-managed permissions from templates that reference macros.