Skip to content

glue.CfnConnection missing CF props. For example, AthenaProperties #33217

@OperationalFallacy

Description

@OperationalFallacy

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-connectionproperties

For example, athenaProperties is missing. Isn't these Cfn resources supposed to be autogenerated automatically?

    const x = new glue.CfnConnection(this, "test", {
      catalogId: "test",
      connectionInput: {
        // athenaProperties: {}, // is missing
        connectionType: "JDBC",

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

n/a

Expected Behavior

n/a

Current Behavior

n/a

Reproduction Steps

define new glue.CfnConnection and see props missing

Possible 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

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-glueRelated to AWS GluebugThis issue is a bug.closing-soonThis issue will automatically close in 4 days unless further comments are made.p2response-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions