AWS AWSCloudFormation documentation change
Summary
Updated documentation branding by removing 'AWS' prefix from CloudFormation references throughout the file
Security assessment
The changes are purely branding/naming updates (changing 'AWS CloudFormation' to 'CloudFormation') without modifying any security-related content. No security vulnerabilities, mitigations, or new security features are mentioned in the changes.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md index a71e4c99d..e7a542697 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md @@ -5 +5 @@ SyntaxPropertiesReturn valuesExamplesSee also -This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). +This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). @@ -9 +9 @@ This is the new _AWS CloudFormation Template Reference Guide_. Please update you -The `AWS::CloudFormation::Stack` resource nests a stack as a resource in a top-level template. For more information, see [Nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _AWS CloudFormation User Guide_. +The `AWS::CloudFormation::Stack` resource nests a stack as a resource in a top-level template. For more information, see [Nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) in the _CloudFormation User Guide_. @@ -17 +17 @@ When you apply template changes to update a top-level stack, CloudFormation upda -For stacks that contain IAM resources, you must acknowledge IAM capabilities. Also, make sure that you have cancel update stack permissions, which are required if an update rolls back. For more information about IAM and CloudFormation, see [Controlling access with AWS Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html) in the _AWS CloudFormation User Guide_. +For stacks that contain IAM resources, you must acknowledge IAM capabilities. Also, make sure that you have cancel update stack permissions, which are required if an update rolls back. For more information about IAM and CloudFormation, see [Controlling access with AWS Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html) in the _CloudFormation User Guide_. @@ -86 +86 @@ These read-only properties can be accessed only when using AWS Cloud Control API -To declare this entity in your AWS CloudFormation template, use the following syntax: +To declare this entity in your CloudFormation template, use the following syntax: @@ -191 +191 @@ If your stack template contains these resources, we recommend that you review al -For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the _AWS CloudFormation User Guide_. +For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the _CloudFormation User Guide_. @@ -205 +205 @@ Each macro relies on an underlying Lambda service function for processing stack -For more information, see [Perform custom processing on CloudFormation templates with template macros](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) in the _AWS CloudFormation User Guide_. +For more information, see [Perform custom processing on CloudFormation templates with template macros](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) in the _CloudFormation User Guide_. @@ -275 +275 @@ _Required_ : No -Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protect CloudFormation stacks from being deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the _AWS CloudFormation User Guide_. Termination protection is deactivated on stacks by default. +Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protect CloudFormation stacks from being deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the _CloudFormation User Guide_. Termination protection is deactivated on stacks by default. @@ -413 +413 @@ _Required_ : Yes -Structure that contains the stack policy body. For more information, see [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the _AWS CloudFormation User Guide_. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. +Structure that contains the stack policy body. For more information, see [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the _CloudFormation User Guide_. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. @@ -673 +673 @@ You could use the following template to embed a stack (`myStackWithParams`) usin - * For sample template snippets, see [CloudFormation template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-cloudformation.html) in the _AWS CloudFormation User Guide_. + * For sample template snippets, see [CloudFormation template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-cloudformation.html) in the _CloudFormation User Guide_. @@ -675 +675 @@ You could use the following template to embed a stack (`myStackWithParams`) usin - * If you have nested stacks that are stuck in an in-progress operation, see Troubleshooting Errors in [Troubleshooting AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html) in the _AWS CloudFormation User Guide_. + * If you have nested stacks that are stuck in an in-progress operation, see Troubleshooting Errors in [Troubleshooting CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html) in the _CloudFormation User Guide_.