Saving log queries in folder for Cloudwatch #35094
Unanswered
Lemour-sudo
asked this question in
Q&A
Replies: 2 comments
-
I have just found the answer in the documentation: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_logs/CfnQueryDefinition.html " To create a folder, use a forward slash (/) to prefix your desired query name with your desired folder name. For example, folder-name / query-name ." |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that Cloudwatch allows us to save log queries in folders.
Is there a way to use the
CfnQueryDefinition
cdk construct to save the log queries into folders?Beta Was this translation helpful? Give feedback.
All reactions