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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ