Closed
Description
What is the problem?
The aws-redshift-alpha cluster construct as spec'd here:
is missing the elasticIp property on the CfnCluster resource.
Reproduction Steps
instantiate a new Cluster resource. elasticIp prop is missing.
What did you expect to happen?
the elasticIp property needs to be available or the construct is not able to associate an elastic IP.
What actually happened?
elasticIp property is missing.
CDK CLI Version
2.14
Framework Version
No response
Node.js Version
v16.14.0
OS
macOS
Language
Typescript
Language Version
No response
Other information
No response
Activity