You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attaching a vpc to transit gateway in AWS CDK (python), we found that keys in OptionsProperty are not supported.
CDK version: aws-cdk-lib==2.93.0
Here is our code
#/Options: extraneous key [dnsSupport] is not permitted
#/Options: extraneous key [ipv6Support] is not permitted
#/Options: extraneous key [applianceModeSupport] is not permitted
at FullCloudFormationDeployment.monitorDeployment (/opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:467:10232)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.deployStack2 [as deployStack] (/opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:470:179911)
at async /opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:470:163159
Expected Behavior
parameters in OptionsProperty are supported.
Current Behavior
We got errors when applying the code:
Errors we got:
#/Options: extraneous key [dnsSupport] is not permitted
#/Options: extraneous key [ipv6Support] is not permitted
#/Options: extraneous key [applianceModeSupport] is not permitted
at FullCloudFormationDeployment.monitorDeployment (/opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:467:10232)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.deployStack2 [as deployStack] (/opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:470:179911)
at async /opt/hostedtoolcache/node/18.0.0/x64/lib/node_modules/aws-cdk/lib/index.js:470:163159
Reproduction Steps
create a transit gateway with CfnTransitGateway
create a transit gateway attachment with CfnTransitGatewayAttachment
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
When attaching a vpc to transit gateway in AWS CDK (python), we found that keys in OptionsProperty are not supported.
CDK version: aws-cdk-lib==2.93.0
Here is our code
Errors we got:
Expected Behavior
parameters in OptionsProperty are supported.
Current Behavior
We got errors when applying the code:
Errors we got:
Reproduction Steps
cdk deploy
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.86.0 (build 1130fab)
Framework Version
No response
Node.js Version
18.0.0
OS
22.04 LTS
Language
Python
Language Version
3.9
Other information
No response
The text was updated successfully, but these errors were encountered: