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 +2 -2
- package/lib/generated/policy-statements/elementalmedialive.d.ts +324 -3
- package/lib/generated/policy-statements/elementalmedialive.js +417 -5
- package/lib/generated/policy-statements/qinconnect.d.ts +8 -0
- package/lib/generated/policy-statements/qinconnect.js +13 -2
- package/lib/generated/policy-statements/supplychain.d.ts +8 -0
- package/lib/generated/policy-statements/supplychain.js +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,54 @@ export declare class Medialive extends PolicyStatement {
|
|
|
81
81
|
* https://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html
|
|
82
82
|
*/
|
|
83
83
|
toCreateChannel(): this;
|
|
84
|
+
/**
|
|
85
|
+
* Grants permission to create a cloudwatch alarm template
|
|
86
|
+
*
|
|
87
|
+
* Access Level: Write
|
|
88
|
+
*
|
|
89
|
+
* Possible conditions:
|
|
90
|
+
* - .ifAwsRequestTag()
|
|
91
|
+
* - .ifAwsTagKeys()
|
|
92
|
+
*
|
|
93
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
94
|
+
*/
|
|
95
|
+
toCreateCloudWatchAlarmTemplate(): this;
|
|
96
|
+
/**
|
|
97
|
+
* Grants permission to create a cloudwatch alarm template group
|
|
98
|
+
*
|
|
99
|
+
* Access Level: Write
|
|
100
|
+
*
|
|
101
|
+
* Possible conditions:
|
|
102
|
+
* - .ifAwsRequestTag()
|
|
103
|
+
* - .ifAwsTagKeys()
|
|
104
|
+
*
|
|
105
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
106
|
+
*/
|
|
107
|
+
toCreateCloudWatchAlarmTemplateGroup(): this;
|
|
108
|
+
/**
|
|
109
|
+
* Grants permission to create a eventbridge rule template
|
|
110
|
+
*
|
|
111
|
+
* Access Level: Write
|
|
112
|
+
*
|
|
113
|
+
* Possible conditions:
|
|
114
|
+
* - .ifAwsRequestTag()
|
|
115
|
+
* - .ifAwsTagKeys()
|
|
116
|
+
*
|
|
117
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
118
|
+
*/
|
|
119
|
+
toCreateEventBridgeRuleTemplate(): this;
|
|
120
|
+
/**
|
|
121
|
+
* Grants permission to create a eventbridge rule template group
|
|
122
|
+
*
|
|
123
|
+
* Access Level: Write
|
|
124
|
+
*
|
|
125
|
+
* Possible conditions:
|
|
126
|
+
* - .ifAwsRequestTag()
|
|
127
|
+
* - .ifAwsTagKeys()
|
|
128
|
+
*
|
|
129
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
130
|
+
*/
|
|
131
|
+
toCreateEventBridgeRuleTemplateGroup(): this;
|
|
84
132
|
/**
|
|
85
133
|
* Grants permission to create an input
|
|
86
134
|
*
|
|
@@ -138,7 +186,19 @@ export declare class Medialive extends PolicyStatement {
|
|
|
138
186
|
*/
|
|
139
187
|
toCreatePartnerInput(): this;
|
|
140
188
|
/**
|
|
141
|
-
* Grants permission to create
|
|
189
|
+
* Grants permission to create a signal map
|
|
190
|
+
*
|
|
191
|
+
* Access Level: Write
|
|
192
|
+
*
|
|
193
|
+
* Possible conditions:
|
|
194
|
+
* - .ifAwsRequestTag()
|
|
195
|
+
* - .ifAwsTagKeys()
|
|
196
|
+
*
|
|
197
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html
|
|
198
|
+
*/
|
|
199
|
+
toCreateSignalMap(): this;
|
|
200
|
+
/**
|
|
201
|
+
* Grants permission to create tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
|
|
142
202
|
*
|
|
143
203
|
* Access Level: Tagging
|
|
144
204
|
*
|
|
@@ -157,6 +217,38 @@ export declare class Medialive extends PolicyStatement {
|
|
|
157
217
|
* https://docs.aws.amazon.com/medialive/latest/ug/editing-deleting-channel.html
|
|
158
218
|
*/
|
|
159
219
|
toDeleteChannel(): this;
|
|
220
|
+
/**
|
|
221
|
+
* Grants permission to delete a cloudwatch alarm template
|
|
222
|
+
*
|
|
223
|
+
* Access Level: Write
|
|
224
|
+
*
|
|
225
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
226
|
+
*/
|
|
227
|
+
toDeleteCloudWatchAlarmTemplate(): this;
|
|
228
|
+
/**
|
|
229
|
+
* Grants permission to delete a cloudwatch alarm template group
|
|
230
|
+
*
|
|
231
|
+
* Access Level: Write
|
|
232
|
+
*
|
|
233
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
234
|
+
*/
|
|
235
|
+
toDeleteCloudWatchAlarmTemplateGroup(): this;
|
|
236
|
+
/**
|
|
237
|
+
* Grants permission to delete a eventbridge rule template
|
|
238
|
+
*
|
|
239
|
+
* Access Level: Write
|
|
240
|
+
*
|
|
241
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
242
|
+
*/
|
|
243
|
+
toDeleteEventBridgeRuleTemplate(): this;
|
|
244
|
+
/**
|
|
245
|
+
* Grants permission to delete a eventbridge rule template group
|
|
246
|
+
*
|
|
247
|
+
* Access Level: Write
|
|
248
|
+
*
|
|
249
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
250
|
+
*/
|
|
251
|
+
toDeleteEventBridgeRuleTemplateGroup(): this;
|
|
160
252
|
/**
|
|
161
253
|
* Grants permission to delete an input
|
|
162
254
|
*
|
|
@@ -206,7 +298,15 @@ export declare class Medialive extends PolicyStatement {
|
|
|
206
298
|
*/
|
|
207
299
|
toDeleteSchedule(): this;
|
|
208
300
|
/**
|
|
209
|
-
* Grants permission to delete
|
|
301
|
+
* Grants permission to delete a signal map
|
|
302
|
+
*
|
|
303
|
+
* Access Level: Write
|
|
304
|
+
*
|
|
305
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html
|
|
306
|
+
*/
|
|
307
|
+
toDeleteSignalMap(): this;
|
|
308
|
+
/**
|
|
309
|
+
* Grants permission to delete tags from channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
|
|
210
310
|
*
|
|
211
311
|
* Access Level: Tagging
|
|
212
312
|
*
|
|
@@ -312,6 +412,46 @@ export declare class Medialive extends PolicyStatement {
|
|
|
312
412
|
* https://docs.aws.amazon.com/medialive/latest/ug/starting-stopping-deleting-a-channel.html
|
|
313
413
|
*/
|
|
314
414
|
toDescribeThumbnails(): this;
|
|
415
|
+
/**
|
|
416
|
+
* Grants permission to get a cloudwatch alarm template
|
|
417
|
+
*
|
|
418
|
+
* Access Level: Read
|
|
419
|
+
*
|
|
420
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
421
|
+
*/
|
|
422
|
+
toGetCloudWatchAlarmTemplate(): this;
|
|
423
|
+
/**
|
|
424
|
+
* Grants permission to get a cloudwatch alarm template group
|
|
425
|
+
*
|
|
426
|
+
* Access Level: Read
|
|
427
|
+
*
|
|
428
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
429
|
+
*/
|
|
430
|
+
toGetCloudWatchAlarmTemplateGroup(): this;
|
|
431
|
+
/**
|
|
432
|
+
* Grants permission to get a eventbridge rule template
|
|
433
|
+
*
|
|
434
|
+
* Access Level: Read
|
|
435
|
+
*
|
|
436
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
437
|
+
*/
|
|
438
|
+
toGetEventBridgeRuleTemplate(): this;
|
|
439
|
+
/**
|
|
440
|
+
* Grants permission to get a eventbridge rule template group
|
|
441
|
+
*
|
|
442
|
+
* Access Level: Read
|
|
443
|
+
*
|
|
444
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
445
|
+
*/
|
|
446
|
+
toGetEventBridgeRuleTemplateGroup(): this;
|
|
447
|
+
/**
|
|
448
|
+
* Grants permission to get a signal map
|
|
449
|
+
*
|
|
450
|
+
* Access Level: Read
|
|
451
|
+
*
|
|
452
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html
|
|
453
|
+
*/
|
|
454
|
+
toGetSignalMap(): this;
|
|
315
455
|
/**
|
|
316
456
|
* Grants permission to list channels
|
|
317
457
|
*
|
|
@@ -320,6 +460,38 @@ export declare class Medialive extends PolicyStatement {
|
|
|
320
460
|
* https://docs.aws.amazon.com/medialive/latest/ug/viewing-channel-configuration.html
|
|
321
461
|
*/
|
|
322
462
|
toListChannels(): this;
|
|
463
|
+
/**
|
|
464
|
+
* Grants permission to list cloudwatch alarm template groups
|
|
465
|
+
*
|
|
466
|
+
* Access Level: List
|
|
467
|
+
*
|
|
468
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
469
|
+
*/
|
|
470
|
+
toListCloudWatchAlarmTemplateGroups(): this;
|
|
471
|
+
/**
|
|
472
|
+
* Grants permission to list cloudwatch alarm templates
|
|
473
|
+
*
|
|
474
|
+
* Access Level: List
|
|
475
|
+
*
|
|
476
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
|
|
477
|
+
*/
|
|
478
|
+
toListCloudWatchAlarmTemplates(): this;
|
|
479
|
+
/**
|
|
480
|
+
* Grants permission to list eventbridge rule template groups
|
|
481
|
+
*
|
|
482
|
+
* Access Level: List
|
|
483
|
+
*
|
|
484
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
485
|
+
*/
|
|
486
|
+
toListEventBridgeRuleTemplateGroups(): this;
|
|
487
|
+
/**
|
|
488
|
+
* Grants permission to list eventbridge rule templates
|
|
489
|
+
*
|
|
490
|
+
* Access Level: List
|
|
491
|
+
*
|
|
492
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html
|
|
493
|
+
*/
|
|
494
|
+
toListEventBridgeRuleTemplates(): this;
|
|
323
495
|
/**
|
|
324
496
|
* Grants permission to list input device transfers
|
|
325
497
|
*
|
|
@@ -385,7 +557,15 @@ export declare class Medialive extends PolicyStatement {
|
|
|
385
557
|
*/
|
|
386
558
|
toListReservations(): this;
|
|
387
559
|
/**
|
|
388
|
-
* Grants permission to list
|
|
560
|
+
* Grants permission to list signal maps
|
|
561
|
+
*
|
|
562
|
+
* Access Level: List
|
|
563
|
+
*
|
|
564
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html
|
|
565
|
+
*/
|
|
566
|
+
toListSignalMaps(): this;
|
|
567
|
+
/**
|
|
568
|
+
* Grants permission to list tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates
|
|
389
569
|
*
|
|
390
570
|
* Access Level: List
|
|
391
571
|
*
|
|
@@ -436,6 +616,14 @@ export declare class Medialive extends PolicyStatement {
|
|
|
436
616
|
* https://docs.aws.amazon.com/medialive/latest/ug/starting-stopping-deleting-a-channel.html
|
|
437
617
|
*/
|
|
438
618
|
toStartChannel(): this;
|
|
619
|
+
/**
|
|
620
|
+
* Grants permission to start deletion of a signal map's monitor
|
|
621
|
+
*
|
|
622
|
+
* Access Level: Write
|
|
623
|
+
*
|
|
624
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html
|
|
625
|
+
*/
|
|
626
|
+
toStartDeleteMonitorDeployment(): this;
|
|
439
627
|
/**
|
|
440
628
|
* Grants permission to start an input device attached to a MediaConnect flow
|
|
441
629
|
*
|
|
@@ -452,6 +640,14 @@ export declare class Medialive extends PolicyStatement {
|
|
|
452
640
|
* https://docs.aws.amazon.com/medialive/latest/ug/eml-devices.html
|
|
453
641
|
*/
|
|
454
642
|
toStartInputDeviceMaintenanceWindow(): this;
|
|
643
|
+
/**
|
|
644
|
+
* Grants permission to start a signal map monitor deployment
|
|
645
|
+
*
|
|
646
|
+
* Access Level: Write
|
|
647
|
+
*
|
|
648
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-deploy.html
|
|
649
|
+
*/
|
|
650
|
+
toStartMonitorDeployment(): this;
|
|
455
651
|
/**
|
|
456
652
|
* Grants permission to start a multiplex
|
|
457
653
|
*
|
|
@@ -460,6 +656,14 @@ export declare class Medialive extends PolicyStatement {
|
|
|
460
656
|
* https://docs.aws.amazon.com/medialive/latest/ug/start-multiplex.html
|
|
461
657
|
*/
|
|
462
658
|
toStartMultiplex(): this;
|
|
659
|
+
/**
|
|
660
|
+
* Grants permission to start a signal map update
|
|
661
|
+
*
|
|
662
|
+
* Access Level: Write
|
|
663
|
+
*
|
|
664
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-update.html
|
|
665
|
+
*/
|
|
666
|
+
toStartUpdateSignalMap(): this;
|
|
463
667
|
/**
|
|
464
668
|
* Grants permission to stop a channel
|
|
465
669
|
*
|
|
@@ -516,6 +720,38 @@ export declare class Medialive extends PolicyStatement {
|
|
|
516
720
|
* https://docs.aws.amazon.com/medialive/latest/ug/editing-deleting-channel.html
|
|
517
721
|
*/
|
|
518
722
|
toUpdateChannelClass(): this;
|
|
723
|
+
/**
|
|
724
|
+
* Grants permission to update a cloudwatch alarm template
|
|
725
|
+
*
|
|
726
|
+
* Access Level: Write
|
|
727
|
+
*
|
|
728
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
729
|
+
*/
|
|
730
|
+
toUpdateCloudWatchAlarmTemplate(): this;
|
|
731
|
+
/**
|
|
732
|
+
* Grants permission to update a cloudwatch alarm template group
|
|
733
|
+
*
|
|
734
|
+
* Access Level: Write
|
|
735
|
+
*
|
|
736
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
737
|
+
*/
|
|
738
|
+
toUpdateCloudWatchAlarmTemplateGroup(): this;
|
|
739
|
+
/**
|
|
740
|
+
* Grants permission to update a eventbridge rule template
|
|
741
|
+
*
|
|
742
|
+
* Access Level: Write
|
|
743
|
+
*
|
|
744
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
745
|
+
*/
|
|
746
|
+
toUpdateEventBridgeRuleTemplate(): this;
|
|
747
|
+
/**
|
|
748
|
+
* Grants permission to update a eventbridge rule template group
|
|
749
|
+
*
|
|
750
|
+
* Access Level: Write
|
|
751
|
+
*
|
|
752
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
753
|
+
*/
|
|
754
|
+
toUpdateEventBridgeRuleTemplateGroup(): this;
|
|
519
755
|
/**
|
|
520
756
|
* Grants permission to update an input
|
|
521
757
|
*
|
|
@@ -661,6 +897,76 @@ export declare class Medialive extends PolicyStatement {
|
|
|
661
897
|
* @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.
|
|
662
898
|
*/
|
|
663
899
|
onOffering(offeringId: string, account?: string, region?: string, partition?: string): this;
|
|
900
|
+
/**
|
|
901
|
+
* Adds a resource of type signal-map to the statement
|
|
902
|
+
*
|
|
903
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html
|
|
904
|
+
*
|
|
905
|
+
* @param signalMapId - Identifier for the signalMapId.
|
|
906
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
907
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
908
|
+
* @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.
|
|
909
|
+
*
|
|
910
|
+
* Possible conditions:
|
|
911
|
+
* - .ifAwsResourceTag()
|
|
912
|
+
*/
|
|
913
|
+
onSignalMap(signalMapId: string, account?: string, region?: string, partition?: string): this;
|
|
914
|
+
/**
|
|
915
|
+
* Adds a resource of type cloudwatch-alarm-template-group to the statement
|
|
916
|
+
*
|
|
917
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
918
|
+
*
|
|
919
|
+
* @param cloudWatchAlarmTemplateGroupId - Identifier for the cloudWatchAlarmTemplateGroupId.
|
|
920
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
921
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
922
|
+
* @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.
|
|
923
|
+
*
|
|
924
|
+
* Possible conditions:
|
|
925
|
+
* - .ifAwsResourceTag()
|
|
926
|
+
*/
|
|
927
|
+
onCloudwatchAlarmTemplateGroup(cloudWatchAlarmTemplateGroupId: string, account?: string, region?: string, partition?: string): this;
|
|
928
|
+
/**
|
|
929
|
+
* Adds a resource of type cloudwatch-alarm-template to the statement
|
|
930
|
+
*
|
|
931
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html
|
|
932
|
+
*
|
|
933
|
+
* @param cloudWatchAlarmTemplateId - Identifier for the cloudWatchAlarmTemplateId.
|
|
934
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
935
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
936
|
+
* @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.
|
|
937
|
+
*
|
|
938
|
+
* Possible conditions:
|
|
939
|
+
* - .ifAwsResourceTag()
|
|
940
|
+
*/
|
|
941
|
+
onCloudwatchAlarmTemplate(cloudWatchAlarmTemplateId: string, account?: string, region?: string, partition?: string): this;
|
|
942
|
+
/**
|
|
943
|
+
* Adds a resource of type eventbridge-rule-template-group to the statement
|
|
944
|
+
*
|
|
945
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
946
|
+
*
|
|
947
|
+
* @param eventBridgeRuleTemplateGroupId - Identifier for the eventBridgeRuleTemplateGroupId.
|
|
948
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
949
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
950
|
+
* @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.
|
|
951
|
+
*
|
|
952
|
+
* Possible conditions:
|
|
953
|
+
* - .ifAwsResourceTag()
|
|
954
|
+
*/
|
|
955
|
+
onEventbridgeRuleTemplateGroup(eventBridgeRuleTemplateGroupId: string, account?: string, region?: string, partition?: string): this;
|
|
956
|
+
/**
|
|
957
|
+
* Adds a resource of type eventbridge-rule-template to the statement
|
|
958
|
+
*
|
|
959
|
+
* https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html
|
|
960
|
+
*
|
|
961
|
+
* @param eventBridgeRuleTemplateId - Identifier for the eventBridgeRuleTemplateId.
|
|
962
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
963
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
964
|
+
* @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.
|
|
965
|
+
*
|
|
966
|
+
* Possible conditions:
|
|
967
|
+
* - .ifAwsResourceTag()
|
|
968
|
+
*/
|
|
969
|
+
onEventbridgeRuleTemplate(eventBridgeRuleTemplateId: string, account?: string, region?: string, partition?: string): this;
|
|
664
970
|
/**
|
|
665
971
|
* Filters access by the tags that are passed in the request
|
|
666
972
|
*
|
|
@@ -668,10 +974,15 @@ export declare class Medialive extends PolicyStatement {
|
|
|
668
974
|
*
|
|
669
975
|
* Applies to actions:
|
|
670
976
|
* - .toCreateChannel()
|
|
977
|
+
* - .toCreateCloudWatchAlarmTemplate()
|
|
978
|
+
* - .toCreateCloudWatchAlarmTemplateGroup()
|
|
979
|
+
* - .toCreateEventBridgeRuleTemplate()
|
|
980
|
+
* - .toCreateEventBridgeRuleTemplateGroup()
|
|
671
981
|
* - .toCreateInput()
|
|
672
982
|
* - .toCreateInputSecurityGroup()
|
|
673
983
|
* - .toCreateMultiplex()
|
|
674
984
|
* - .toCreatePartnerInput()
|
|
985
|
+
* - .toCreateSignalMap()
|
|
675
986
|
* - .toCreateTags()
|
|
676
987
|
* - .toPurchaseOffering()
|
|
677
988
|
* - .toUpdateInputSecurityGroup()
|
|
@@ -692,6 +1003,11 @@ export declare class Medialive extends PolicyStatement {
|
|
|
692
1003
|
* - input-security-group
|
|
693
1004
|
* - multiplex
|
|
694
1005
|
* - reservation
|
|
1006
|
+
* - signal-map
|
|
1007
|
+
* - cloudwatch-alarm-template-group
|
|
1008
|
+
* - cloudwatch-alarm-template
|
|
1009
|
+
* - eventbridge-rule-template-group
|
|
1010
|
+
* - eventbridge-rule-template
|
|
695
1011
|
*
|
|
696
1012
|
* @param tagKey The tag key to check
|
|
697
1013
|
* @param value The value(s) to check
|
|
@@ -705,10 +1021,15 @@ export declare class Medialive extends PolicyStatement {
|
|
|
705
1021
|
*
|
|
706
1022
|
* Applies to actions:
|
|
707
1023
|
* - .toCreateChannel()
|
|
1024
|
+
* - .toCreateCloudWatchAlarmTemplate()
|
|
1025
|
+
* - .toCreateCloudWatchAlarmTemplateGroup()
|
|
1026
|
+
* - .toCreateEventBridgeRuleTemplate()
|
|
1027
|
+
* - .toCreateEventBridgeRuleTemplateGroup()
|
|
708
1028
|
* - .toCreateInput()
|
|
709
1029
|
* - .toCreateInputSecurityGroup()
|
|
710
1030
|
* - .toCreateMultiplex()
|
|
711
1031
|
* - .toCreatePartnerInput()
|
|
1032
|
+
* - .toCreateSignalMap()
|
|
712
1033
|
* - .toCreateTags()
|
|
713
1034
|
* - .toDeleteTags()
|
|
714
1035
|
* - .toPurchaseOffering()
|