@@ -130,8 +130,8 @@ final class Stack
130
130
private $ outputs ;
131
131
132
132
/**
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.
135
135
*
136
136
* @var string|null
137
137
*/
@@ -148,7 +148,8 @@ final class Stack
148
148
* Whether termination protection is enabled for the stack.
149
149
*
150
150
* 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*.
152
153
*
153
154
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
154
155
* [^2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html
@@ -161,7 +162,8 @@ final class Stack
161
162
* For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack.
162
163
* For the first level of nested stacks, the root stack is also the parent stack.
163
164
*
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*.
165
167
*
166
168
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
167
169
*
@@ -173,7 +175,8 @@ final class Stack
173
175
* For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the
174
176
* nested stack ultimately belongs.
175
177
*
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*.
177
180
*
178
181
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
179
182
*
@@ -183,8 +186,8 @@ final class Stack
183
186
184
187
/**
185
188
* 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].
188
191
*
189
192
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html
190
193
*
@@ -216,7 +219,7 @@ final class Stack
216
219
* The detailed status of the resource or stack. If `CONFIGURATION_COMPLETE` is present, the resource or resource
217
220
* configuration phase has completed and the stabilization of the resources is in progress. The stack sets
218
221
* `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*.
220
223
*
221
224
* [^1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html
222
225
*
0 commit comments