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
cnspec> aws.sagemaker.notebookinstance.details
1 error occurred:
* cannot convert primitive with NO type information
aws.sagemaker.notebookinstance.details: aws.sagemaker.notebookinstance.details arn=null
Example 2:
cnspec> aws.sagemaker.notebookinstance.details.arn
cannot convert primitive with NO type information
aws.sagemaker.notebookinstance.details.arn: null
Example 3:
cnspec> aws.sagemaker.notebookinstance.details.kmsKey
1 error occurred:
* rpc error: code = Unknown desc = resource 'aws.kms.key' (id: ) doesn't exist
aws.sagemaker.notebookinstance.details.kmsKey: aws.kms.key id=no data available region=no data available metadata.Description=no data available
Example 4:
cnspec> aws.sagemaker.notebookinstance.details.directInternetAccess
cannot convert primitive with NO type information
aws.sagemaker.notebookinstance.details.directInternetAccess: null
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots or CLI Output
Desktop (please complete the following information):
cnquery v9.14.0 (3c1bfaddb, unknown)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Description
aws.sagemaker.notebookInstances
returnsdetails
, whereasaws.sagemaker.notebookinstance
fails to return that data.To reproduce
Example 1:
Example 2:
Example 3:
Example 4:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots or CLI Output
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: