@@ -130,8 +130,8 @@ final class Stack
130130 private $ outputs ;
131131
132132 /**
133- * The Amazon Resource Name (ARN) of an Identity and Access Management ( IAM) role that's associated with the stack.
134- * During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.
133+ * The Amazon Resource Name (ARN) of an IAM role that's associated with the stack. During a stack operation,
134+ * CloudFormation uses this role's credentials to make calls on your behalf.
135135 *
136136 * @var string|null
137137 */
@@ -148,7 +148,8 @@ final class Stack
148148 * Whether termination protection is enabled for the stack.
149149 *
150150 * For nested stacks [^1], termination protection is set on the root stack and can't be changed directly on the nested
151- * stack. For more information, see Protecting a Stack From Being Deleted [^2] in the *CloudFormation User Guide*.
151+ * stack. For more information, see Protect a CloudFormation stack from being deleted [^2] in the *CloudFormation User
152+ * Guide*.
152153 *
153154 * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
154155 * [^2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
@@ -161,7 +162,8 @@ final class Stack
161162 * For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
162163 * For the first level of nested stacks, the root stack is also the parent stack.
163164 *
164- * For more information, see Working with Nested Stacks [^1] in the *CloudFormation User Guide*.
165+ * For more information, see Embed stacks within other stacks using nested stacks [^1] in the *CloudFormation User
166+ * Guide*.
165167 *
166168 * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
167169 *
@@ -173,7 +175,8 @@ final class Stack
173175 * For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the
174176 * nested stack ultimately belongs.
175177 *
176- * For more information, see Working with Nested Stacks [^1] in the *CloudFormation User Guide*.
178+ * For more information, see Embed stacks within other stacks using nested stacks [^1] in the *CloudFormation User
179+ * Guide*.
177180 *
178181 * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
179182 *
@@ -183,8 +186,8 @@ final class Stack
183186
184187 /**
185188 * Information about whether a stack's actual configuration differs, or has *drifted*, from its expected configuration,
186- * as defined in the stack template and any values specified as template parameters. For more information, see Detecting
187- * Unregulated Configuration Changes to Stacks and Resources [^1].
189+ * as defined in the stack template and any values specified as template parameters. For more information, see Detect
190+ * unmanaged configuration changes to stacks and resources with drift detection [^1].
188191 *
189192 * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
190193 *
@@ -216,7 +219,7 @@ final class Stack
216219 * The detailed status of the resource or stack. If `CONFIGURATION_COMPLETE` is present, the resource or resource
217220 * configuration phase has completed and the stabilization of the resources is in progress. The stack sets
218221 * `CONFIGURATION_COMPLETE` when all of the resources in the stack have reached that event. For more information, see
219- * CloudFormation stack deployment [^1] in the *CloudFormation User Guide*.
222+ * Understand CloudFormation stack creation events [^1] in the *CloudFormation User Guide*.
220223 *
221224 * [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
222225 *
0 commit comments