-
Notifications
You must be signed in to change notification settings - Fork 598
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
AWS::Config::ConfigurationRecorder.ResourceTypes AllowedValues expansion #1492
AWS::Config::ConfigurationRecorder.ResourceTypes AllowedValues expansion #1492
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Left a note on the issue if you're interesting in getting these fixes into all regions
96925a1
to
15efe4a
Compare
I updated the PR to have change the file the autogeneration stems from. Do I need to issue the command to auto-generate the region files and commit those as well? Thanks! |
"AWS::ApiGateway::DomainName", | ||
"AWS::ApiGateway::Method", | ||
"AWS::ApiGateway::RestApi", | ||
"AWS::ApiGateway::Stage", | ||
"AWS::ApiGatewayV2::DomainName", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not seeing these AWS::ApiGateway
additions documented here or in the Config console
Do you know if they are recent additions or if there is somewhere else to find them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Huh! I swear they were in here last week.
"AWS::ApiGatewayV2::Api", | ||
"AWS::ApiGatewayV2::Stage", | ||
"AWS::AutoScaling::AutoScalingGroup", | ||
"AWS::AutoScaling::LaunchConfiguration", | ||
"AWS::AutoScaling::ScalingPolicy", | ||
"AWS::AutoScaling::ScheduledAction", | ||
"AWS::CertificateManager::Certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know if this one should be AWS::ACM::Certificate
or AWS::CertificateManager::Certificate
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one has also disappeared in the last week as an option. I think it was replaced by AWS::ACM::Certificate.
Source file should be enough, we can handle the autogeneration! |
c215e9e
to
db4e144
Compare
@alexmlee should we merge these in? Or do you want to keep looking into the other resource types? |
I think this is ready to go! |
|
fixes #1491
Description of changes:
Add new resource types
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.