根据ApplicationLB的cloudwatch metrics文档[1],targetgroup“维度”的格式应为:
Specify the target group as follows: targetgroup/target-group-name/1234567890123456 (the final portion of the target group ARN).
我们如何在代码时间内获得arn的目标组最终部分,因为逻辑id将在部署时解析?
arn由我支配,但我还没拿到最后一部分。我尝试过:
stack.parsearn(…)将没有逻辑id部分。
从构造iapplicationtargetgroup获取逻辑id似乎是不可能的。
很遗憾,fn.split(…,':')不会分割arn(那是虫子吗?)。
关于如何在代码时间内从arn解析targetgroup/[resourcename]/[logicalid]有什么想法吗?或从“deploy time”方法调用构造此字符串。
谢谢您
[1] https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html
暂无答案!
目前还没有任何答案,快来回答吧!