-
Notifications
You must be signed in to change notification settings - Fork 4k
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
glue.CfnConnection missing CF props. For example, AthenaProperties #33217
Comments
@OperationalFallacy Good afternoon. Thanks for opening the issue. If the properties were supported recently in CloudFormation, then it takes a while to make them available in CDK. Usually, there would be a PR titled Thanks, |
What’s the lead time for these updates before changes get released? For example there was update two days ago merged still there are no new props |
@OperationalFallacy If you refer commit history for aws-glue-connection.json, the last commit cdklabs/awscdk-service-spec@3c5c74e was done 14 hrs ago. This would be followed by PR titled Thanks, |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
@OperationalFallacy PR #33272 to update L1 CloudFormation resource definitions includes |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
Looking at latest
glue.CfnConnection
resource I couldn't find props listed in the CF docs https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-connection-connectioninput.html#cfn-glue-connection-connectioninput-connectionpropertiesFor example,
athenaProperties
is missing. Isn't these Cfn resources supposed to be autogenerated automatically?Regression Issue
Last Known Working CDK Version
n/a
Expected Behavior
n/a
Current Behavior
n/a
Reproduction Steps
define
new glue.CfnConnection
and see props missingPossible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.173.4
Framework Version
No response
Node.js Version
20.15.0
OS
Osx
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: