File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ class ARN {
728
728
"queues" : null ,
729
729
} ,
730
730
"medialive" : { // AWS Elemental MediaLive
731
- "channel" : null ,
731
+ "channel" : ( ) => `https:// ${ this . region } . ${ this . console } /medialive/home?region= ${ this . region } #/channels/ ${ this . resource } ` ,
732
732
"input" : null ,
733
733
"inputDevice" : null ,
734
734
"inputSecurityGroup" : null ,
Original file line number Diff line number Diff line change 33
33
"arn:aws:logs:us-east-2:123456789012:log-group:/aws/lambda/dev-hello:*" : " https://us-east-2.console.aws.amazon.com/cloudwatch/home?region=us-east-2#logsV2:log-groups/log-group/$252Faws$252Flambda$252Fdev-hello" ,
34
34
"arn:aws:logs:us-east-2:123456789012:log-group:test00_11-22/33.44#55:*" : " https://us-east-2.console.aws.amazon.com/cloudwatch/home?region=us-east-2#logsV2:log-groups/log-group/test00_11-22$252F33.44$252355" ,
35
35
36
+ "arn:aws:medialive:eu-west-1:123456789012:channel:5317689" : " https://eu-west-1.console.aws.amazon.com/medialive/home?region=eu-west-1#/channels/5317689" ,
37
+
36
38
"arn:aws:route53:::healthcheck/b48b0df4-79df-4e41-b69b-9a48b8ebef04" : " https://console.aws.amazon.com/route53/healthchecks/home" ,
37
39
"arn:aws:route53:::hostedzone/12345ABCDEFGHI" : " https://console.aws.amazon.com/route53/home?#resource-record-sets:12345ABCDEFGHI" ,
38
40
"arn:aws:route53:::trafficpolicy/4869e13a-1e77-457f-a15e-d0bed0584175" : " https://console.aws.amazon.com/route53/trafficflow/home#/policy/4869e13a-1e77-457f-a15e-d0bed0584175" ,
You can’t perform that action at this time.
0 commit comments