You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Number of days to wait after the scheduled day to run an association. For example, if you
1237
1237
* specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3
1238
-
* to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html">Reference: Cron and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
1238
+
* to run the association each Sunday after the second Thursday of the month. For more information
1239
+
* about cron schedules for associations, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html">Reference: Cron
1240
+
* and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
1239
1241
* <note>
1240
1242
* <p>To use offsets, you must specify the <code>ApplyOnlyAtCronInterval</code> parameter. This
1241
1243
* option tells the system not to run an association immediately after you create it. </p>
@@ -5384,6 +5386,12 @@ export interface Runbook {
5384
5386
*/
5385
5387
Targets?: Target[];
5386
5388
5389
+
/**
5390
+
* <p>A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps
5391
+
* can't be specified together.</p>
5392
+
*/
5393
+
TargetMaps?: {[key: string]: string[]}[];
5394
+
5387
5395
/**
5388
5396
* <p>The <code>MaxConcurrency</code> value specified by the user when the operation started,
5389
5397
* indicating the maximum number of resources that the runbook operation can run on at the same
* <p>Number of days to wait after the scheduled day to run an association. For example, if you
10333
10333
* specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3
10334
-
* to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html">Reference: Cron and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
10334
+
* to run the association each Sunday after the second Thursday of the month. For more information
10335
+
* about cron schedules for associations, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html">Reference: Cron
10336
+
* and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
10335
10337
* <note>
10336
10338
* <p>To use offsets, you must specify the <code>ApplyOnlyAtCronInterval</code> parameter. This
10337
10339
* option tells the system not to run an association immediately after you create it. </p>
0 commit comments