Skip to content

remove AWS::Logs::LogGroup.RetentionInDays AllowedValues #2604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

PatMyron
Copy link
Contributor

AWS::Logs::LogGroup.RetentionInDays

fix #2603

resource provider schema has this value:

    "RetentionInDays" : {
      "description" : "The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, and 3653.",
      "type" : "integer",
      "enum" : [ 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653 ]
    },

so we should get rid of this old manually maintained list

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@kddejong kddejong merged commit df15903 into aws-cloudformation:main Feb 28, 2023
@PatMyron PatMyron deleted the patch-5 branch February 28, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws::logs::loggroup missing allowed value
2 participants