cfnRoute property for adding route to CloudWAN corenetwork target

0

I am unable to locate a cfnRoute property for adding a route to a CloudWAN corenetwork target. Is this feature supported?

2 回答
0

I also checked the CloudFormation documentation and could not find it.
So it is possible that it is not yet supported.

profile picture
专家
已回答 1 年前
0

See this issue in the CloudFormation Public Roadmap - https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1384. If this is what you're after, then please vote on the issue. As per the roadmap ReadMe:

We strongly encourage you to vote on issues, as it helps us understand which issues will have the widest impact, but please don't leave comments saying "+1". Such comments generate noise for people receiving notifications, and issues can't be sorted by number of "+1" comments. Instead, leave a 👍 reaction, which is less noisy and can be used to sort issues for prioritization. To leave a reaction, navigate to the issue details page and add a reaction with the 😀 button on the post. There are six types of reactions supported (thumbs down "-1", confused, heart, watching, laugh, hooray, and thumbs up +1). We can typically do 8-10 items per month with all necessary regression testing, and we want you to help us decide which items will benefit you the most.

If what you're after is something different not covered by an existing issue then create one.

As it says in the above issue, it "can be worked around with a custom resource". I find that writing Lambda-backed custom resources in Python using crhelper is very quick.

This API page is related - https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateRoute.html.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则