(aws-quicksight): Creating a CfnDataSource for Redshift fails with a cyclic reference caused from SecurityGroup #28062
Labels
@aws-cdk/aws-quicksight
Related to the @aws-cdk/aws-quicksight package
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Hi there,
We are passing a
redshift.Cluster
construct into a stack where we are trying to createCfnDataSource
for Redshift. However, when we passredshiftCluster.clusterName
toclusterId
parameter from RedshiftParameters synth fails due to a cyclic reference caused from the SecurityGroup we are creating for QuickSight to Redshift connection which is aCfnVPCConnection
.Expected Behavior
I should create
CfnDataSource
without a cyclic reference error.Current Behavior
Synth fails due to error
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.102.0 (build 2abc59a)
Framework Version
No response
Node.js Version
v18.15.0
OS
macOS Monterey 12.6.3
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: