AWS AWSCloudFormation documentation change
Summary
Updated service name reference from 'AWS CloudFormation StackSets' to 'CloudFormation StackSets'
Security assessment
Terminology standardization in macro documentation with no security implications
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/template-macros-overview.md b/AWSCloudFormation/latest/UserGuide/template-macros-overview.md index 423a5baae..75daf834e 100644 --- a//AWSCloudFormation/latest/UserGuide/template-macros-overview.md +++ b//AWSCloudFormation/latest/UserGuide/template-macros-overview.md @@ -15 +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/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. + * 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. CloudFormation StackSets doesn't currently support creating or updating stack sets with service-managed permissions from templates that reference macros.