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 trying to implement a custom component model in the AWS CDK for Sitewise in Python it gives the error "Custom composite model must have either id, externalId, or path"
Expected Behavior
That it would work directly
Current Behavior
Gives the error "Custom composite model must have either id, externalId, or path"
Gives the error "Custom composite model must have either id, externalId, or path"
This seems to be a cloudformation error? Can you share the cdk synth output of the AWS::IoTSiteWise::AssetModel resource? Looks like some property is required but missing. This doesn't seem to be a CDK bug we just need to figure out what was missing though.
Describe the bug
When trying to implement a custom component model in the AWS CDK for Sitewise in Python it gives the error "Custom composite model must have either id, externalId, or path"
Expected Behavior
That it would work directly
Current Behavior
Gives the error "Custom composite model must have either id, externalId, or path"
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.131.0 (build 92b912d)
Framework Version
No response
Node.js Version
v21.6.2
OS
Mac
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: