cdk-iam-floyd 0.624.0 → 0.625.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,8 +17,8 @@
17
17
  Support for:
18
18
 
19
19
  - 390 Services
20
- - 16492 Actions
21
- - 1768 Resource Types
20
+ - 16521 Actions
21
+ - 1773 Resource Types
22
22
  - 1719 Condition keys
23
23
  <!-- /stats -->
24
24
 
@@ -76,6 +76,54 @@ export declare class Medialive extends PolicyStatement {
76
76
  * https://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html
77
77
  */
78
78
  toCreateChannel(): this;
79
+ /**
80
+ * Grants permission to create a cloudwatch alarm template
81
+ *
82
+ * Access Level: Write
83
+ *
84
+ * Possible conditions:
85
+ * - .ifAwsRequestTag()
86
+ * - .ifAwsTagKeys()
87
+ *
88
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
89
+ */
90
+ toCreateCloudWatchAlarmTemplate(): this;
91
+ /**
92
+ * Grants permission to create a cloudwatch alarm template group
93
+ *
94
+ * Access Level: Write
95
+ *
96
+ * Possible conditions:
97
+ * - .ifAwsRequestTag()
98
+ * - .ifAwsTagKeys()
99
+ *
100
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
101
+ */
102
+ toCreateCloudWatchAlarmTemplateGroup(): this;
103
+ /**
104
+ * Grants permission to create a eventbridge rule template
105
+ *
106
+ * Access Level: Write
107
+ *
108
+ * Possible conditions:
109
+ * - .ifAwsRequestTag()
110
+ * - .ifAwsTagKeys()
111
+ *
112
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
113
+ */
114
+ toCreateEventBridgeRuleTemplate(): this;
115
+ /**
116
+ * Grants permission to create a eventbridge rule template group
117
+ *
118
+ * Access Level: Write
119
+ *
120
+ * Possible conditions:
121
+ * - .ifAwsRequestTag()
122
+ * - .ifAwsTagKeys()
123
+ *
124
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
125
+ */
126
+ toCreateEventBridgeRuleTemplateGroup(): this;
79
127
  /**
80
128
  * Grants permission to create an input
81
129
  *
@@ -133,7 +181,19 @@ export declare class Medialive extends PolicyStatement {
133
181
  */
134
182
  toCreatePartnerInput(): this;
135
183
  /**
136
- * Grants permission to create tags for channels, inputs, input security groups, multiplexes, and reservations
184
+ * Grants permission to create a signal map
185
+ *
186
+ * Access Level: Write
187
+ *
188
+ * Possible conditions:
189
+ * - .ifAwsRequestTag()
190
+ * - .ifAwsTagKeys()
191
+ *
192
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html
193
+ */
194
+ toCreateSignalMap(): this;
195
+ /**
196
+ * Grants permission to create tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
137
197
  *
138
198
  * Access Level: Tagging
139
199
  *
@@ -152,6 +212,38 @@ export declare class Medialive extends PolicyStatement {
152
212
  * https://docs.aws.amazon.com/medialive/latest/ug/editing-deleting-channel.html
153
213
  */
154
214
  toDeleteChannel(): this;
215
+ /**
216
+ * Grants permission to delete a cloudwatch alarm template
217
+ *
218
+ * Access Level: Write
219
+ *
220
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
221
+ */
222
+ toDeleteCloudWatchAlarmTemplate(): this;
223
+ /**
224
+ * Grants permission to delete a cloudwatch alarm template group
225
+ *
226
+ * Access Level: Write
227
+ *
228
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
229
+ */
230
+ toDeleteCloudWatchAlarmTemplateGroup(): this;
231
+ /**
232
+ * Grants permission to delete a eventbridge rule template
233
+ *
234
+ * Access Level: Write
235
+ *
236
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
237
+ */
238
+ toDeleteEventBridgeRuleTemplate(): this;
239
+ /**
240
+ * Grants permission to delete a eventbridge rule template group
241
+ *
242
+ * Access Level: Write
243
+ *
244
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
245
+ */
246
+ toDeleteEventBridgeRuleTemplateGroup(): this;
155
247
  /**
156
248
  * Grants permission to delete an input
157
249
  *
@@ -201,7 +293,15 @@ export declare class Medialive extends PolicyStatement {
201
293
  */
202
294
  toDeleteSchedule(): this;
203
295
  /**
204
- * Grants permission to delete tags from channels, inputs, input security groups, multiplexes, and reservations
296
+ * Grants permission to delete a signal map
297
+ *
298
+ * Access Level: Write
299
+ *
300
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html
301
+ */
302
+ toDeleteSignalMap(): this;
303
+ /**
304
+ * Grants permission to delete tags from channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
205
305
  *
206
306
  * Access Level: Tagging
207
307
  *
@@ -307,6 +407,46 @@ export declare class Medialive extends PolicyStatement {
307
407
  * https://docs.aws.amazon.com/medialive/latest/ug/starting-stopping-deleting-a-channel.html
308
408
  */
309
409
  toDescribeThumbnails(): this;
410
+ /**
411
+ * Grants permission to get a cloudwatch alarm template
412
+ *
413
+ * Access Level: Read
414
+ *
415
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
416
+ */
417
+ toGetCloudWatchAlarmTemplate(): this;
418
+ /**
419
+ * Grants permission to get a cloudwatch alarm template group
420
+ *
421
+ * Access Level: Read
422
+ *
423
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
424
+ */
425
+ toGetCloudWatchAlarmTemplateGroup(): this;
426
+ /**
427
+ * Grants permission to get a eventbridge rule template
428
+ *
429
+ * Access Level: Read
430
+ *
431
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
432
+ */
433
+ toGetEventBridgeRuleTemplate(): this;
434
+ /**
435
+ * Grants permission to get a eventbridge rule template group
436
+ *
437
+ * Access Level: Read
438
+ *
439
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
440
+ */
441
+ toGetEventBridgeRuleTemplateGroup(): this;
442
+ /**
443
+ * Grants permission to get a signal map
444
+ *
445
+ * Access Level: Read
446
+ *
447
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html
448
+ */
449
+ toGetSignalMap(): this;
310
450
  /**
311
451
  * Grants permission to list channels
312
452
  *
@@ -315,6 +455,38 @@ export declare class Medialive extends PolicyStatement {
315
455
  * https://docs.aws.amazon.com/medialive/latest/ug/viewing-channel-configuration.html
316
456
  */
317
457
  toListChannels(): this;
458
+ /**
459
+ * Grants permission to list cloudwatch alarm template groups
460
+ *
461
+ * Access Level: List
462
+ *
463
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
464
+ */
465
+ toListCloudWatchAlarmTemplateGroups(): this;
466
+ /**
467
+ * Grants permission to list cloudwatch alarm templates
468
+ *
469
+ * Access Level: List
470
+ *
471
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
472
+ */
473
+ toListCloudWatchAlarmTemplates(): this;
474
+ /**
475
+ * Grants permission to list eventbridge rule template groups
476
+ *
477
+ * Access Level: List
478
+ *
479
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
480
+ */
481
+ toListEventBridgeRuleTemplateGroups(): this;
482
+ /**
483
+ * Grants permission to list eventbridge rule templates
484
+ *
485
+ * Access Level: List
486
+ *
487
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
488
+ */
489
+ toListEventBridgeRuleTemplates(): this;
318
490
  /**
319
491
  * Grants permission to list input device transfers
320
492
  *
@@ -380,7 +552,15 @@ export declare class Medialive extends PolicyStatement {
380
552
  */
381
553
  toListReservations(): this;
382
554
  /**
383
- * Grants permission to list tags for channels, inputs, input security groups, multiplexes, and reservations
555
+ * Grants permission to list signal maps
556
+ *
557
+ * Access Level: List
558
+ *
559
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html
560
+ */
561
+ toListSignalMaps(): this;
562
+ /**
563
+ * Grants permission to list tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
384
564
  *
385
565
  * Access Level: List
386
566
  *
@@ -431,6 +611,14 @@ export declare class Medialive extends PolicyStatement {
431
611
  * https://docs.aws.amazon.com/medialive/latest/ug/starting-stopping-deleting-a-channel.html
432
612
  */
433
613
  toStartChannel(): this;
614
+ /**
615
+ * Grants permission to start deletion of a signal map's monitor
616
+ *
617
+ * Access Level: Write
618
+ *
619
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html
620
+ */
621
+ toStartDeleteMonitorDeployment(): this;
434
622
  /**
435
623
  * Grants permission to start an input device attached to a MediaConnect flow
436
624
  *
@@ -447,6 +635,14 @@ export declare class Medialive extends PolicyStatement {
447
635
  * https://docs.aws.amazon.com/medialive/latest/ug/eml-devices.html
448
636
  */
449
637
  toStartInputDeviceMaintenanceWindow(): this;
638
+ /**
639
+ * Grants permission to start a signal map monitor deployment
640
+ *
641
+ * Access Level: Write
642
+ *
643
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-deploy.html
644
+ */
645
+ toStartMonitorDeployment(): this;
450
646
  /**
451
647
  * Grants permission to start a multiplex
452
648
  *
@@ -455,6 +651,14 @@ export declare class Medialive extends PolicyStatement {
455
651
  * https://docs.aws.amazon.com/medialive/latest/ug/start-multiplex.html
456
652
  */
457
653
  toStartMultiplex(): this;
654
+ /**
655
+ * Grants permission to start a signal map update
656
+ *
657
+ * Access Level: Write
658
+ *
659
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-update.html
660
+ */
661
+ toStartUpdateSignalMap(): this;
458
662
  /**
459
663
  * Grants permission to stop a channel
460
664
  *
@@ -511,6 +715,38 @@ export declare class Medialive extends PolicyStatement {
511
715
  * https://docs.aws.amazon.com/medialive/latest/ug/editing-deleting-channel.html
512
716
  */
513
717
  toUpdateChannelClass(): this;
718
+ /**
719
+ * Grants permission to update a cloudwatch alarm template
720
+ *
721
+ * Access Level: Write
722
+ *
723
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
724
+ */
725
+ toUpdateCloudWatchAlarmTemplate(): this;
726
+ /**
727
+ * Grants permission to update a cloudwatch alarm template group
728
+ *
729
+ * Access Level: Write
730
+ *
731
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
732
+ */
733
+ toUpdateCloudWatchAlarmTemplateGroup(): this;
734
+ /**
735
+ * Grants permission to update a eventbridge rule template
736
+ *
737
+ * Access Level: Write
738
+ *
739
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
740
+ */
741
+ toUpdateEventBridgeRuleTemplate(): this;
742
+ /**
743
+ * Grants permission to update a eventbridge rule template group
744
+ *
745
+ * Access Level: Write
746
+ *
747
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
748
+ */
749
+ toUpdateEventBridgeRuleTemplateGroup(): this;
514
750
  /**
515
751
  * Grants permission to update an input
516
752
  *
@@ -656,6 +892,76 @@ export declare class Medialive extends PolicyStatement {
656
892
  * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
657
893
  */
658
894
  onOffering(offeringId: string, account?: string, region?: string, partition?: string): this;
895
+ /**
896
+ * Adds a resource of type signal-map to the statement
897
+ *
898
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html
899
+ *
900
+ * @param signalMapId - Identifier for the signalMapId.
901
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
902
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
903
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
904
+ *
905
+ * Possible conditions:
906
+ * - .ifAwsResourceTag()
907
+ */
908
+ onSignalMap(signalMapId: string, account?: string, region?: string, partition?: string): this;
909
+ /**
910
+ * Adds a resource of type cloudwatch-alarm-template-group to the statement
911
+ *
912
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
913
+ *
914
+ * @param cloudWatchAlarmTemplateGroupId - Identifier for the cloudWatchAlarmTemplateGroupId.
915
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
916
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
917
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
918
+ *
919
+ * Possible conditions:
920
+ * - .ifAwsResourceTag()
921
+ */
922
+ onCloudwatchAlarmTemplateGroup(cloudWatchAlarmTemplateGroupId: string, account?: string, region?: string, partition?: string): this;
923
+ /**
924
+ * Adds a resource of type cloudwatch-alarm-template to the statement
925
+ *
926
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
927
+ *
928
+ * @param cloudWatchAlarmTemplateId - Identifier for the cloudWatchAlarmTemplateId.
929
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
930
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
931
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
932
+ *
933
+ * Possible conditions:
934
+ * - .ifAwsResourceTag()
935
+ */
936
+ onCloudwatchAlarmTemplate(cloudWatchAlarmTemplateId: string, account?: string, region?: string, partition?: string): this;
937
+ /**
938
+ * Adds a resource of type eventbridge-rule-template-group to the statement
939
+ *
940
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
941
+ *
942
+ * @param eventBridgeRuleTemplateGroupId - Identifier for the eventBridgeRuleTemplateGroupId.
943
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
944
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
945
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
946
+ *
947
+ * Possible conditions:
948
+ * - .ifAwsResourceTag()
949
+ */
950
+ onEventbridgeRuleTemplateGroup(eventBridgeRuleTemplateGroupId: string, account?: string, region?: string, partition?: string): this;
951
+ /**
952
+ * Adds a resource of type eventbridge-rule-template to the statement
953
+ *
954
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
955
+ *
956
+ * @param eventBridgeRuleTemplateId - Identifier for the eventBridgeRuleTemplateId.
957
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
958
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
959
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
960
+ *
961
+ * Possible conditions:
962
+ * - .ifAwsResourceTag()
963
+ */
964
+ onEventbridgeRuleTemplate(eventBridgeRuleTemplateId: string, account?: string, region?: string, partition?: string): this;
659
965
  /**
660
966
  * Filters access by the tags that are passed in the request
661
967
  *
@@ -663,10 +969,15 @@ export declare class Medialive extends PolicyStatement {
663
969
  *
664
970
  * Applies to actions:
665
971
  * - .toCreateChannel()
972
+ * - .toCreateCloudWatchAlarmTemplate()
973
+ * - .toCreateCloudWatchAlarmTemplateGroup()
974
+ * - .toCreateEventBridgeRuleTemplate()
975
+ * - .toCreateEventBridgeRuleTemplateGroup()
666
976
  * - .toCreateInput()
667
977
  * - .toCreateInputSecurityGroup()
668
978
  * - .toCreateMultiplex()
669
979
  * - .toCreatePartnerInput()
980
+ * - .toCreateSignalMap()
670
981
  * - .toCreateTags()
671
982
  * - .toPurchaseOffering()
672
983
  * - .toUpdateInputSecurityGroup()
@@ -687,6 +998,11 @@ export declare class Medialive extends PolicyStatement {
687
998
  * - input-security-group
688
999
  * - multiplex
689
1000
  * - reservation
1001
+ * - signal-map
1002
+ * - cloudwatch-alarm-template-group
1003
+ * - cloudwatch-alarm-template
1004
+ * - eventbridge-rule-template-group
1005
+ * - eventbridge-rule-template
690
1006
  *
691
1007
  * @param tagKey The tag key to check
692
1008
  * @param value The value(s) to check
@@ -700,10 +1016,15 @@ export declare class Medialive extends PolicyStatement {
700
1016
  *
701
1017
  * Applies to actions:
702
1018
  * - .toCreateChannel()
1019
+ * - .toCreateCloudWatchAlarmTemplate()
1020
+ * - .toCreateCloudWatchAlarmTemplateGroup()
1021
+ * - .toCreateEventBridgeRuleTemplate()
1022
+ * - .toCreateEventBridgeRuleTemplateGroup()
703
1023
  * - .toCreateInput()
704
1024
  * - .toCreateInputSecurityGroup()
705
1025
  * - .toCreateMultiplex()
706
1026
  * - .toCreatePartnerInput()
1027
+ * - .toCreateSignalMap()
707
1028
  * - .toCreateTags()
708
1029
  * - .toDeleteTags()
709
1030
  * - .toPurchaseOffering()