cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
AWS::AppSync::DataSource - [BUG] - Cannot use with CloudControl API
trafficstars
Name of the resource
AWS::AppSync::DataSource
Resource Name
No response
Issue Description
The AWS::AppSync::DataSource is listed as supported by CloudControl, but when you try to use it you get an error
$ aws cloudcontrol list-resources --type-name AWS::AppSync::DataSource
An error occurred (UnsupportedActionException) when calling the ListResources operation: The resource AWS::AppSync::DataSource is not yet supported via Cloud Control API
I've tried it in a couple of different regions and found the same behavior.
Expected Behavior
Successfully use the CloudControl API to manage a DataSource resource.
Observed Behavior
Error message
An error occurred (UnsupportedActionException) when calling the ListResources operation: The resource AWS::AppSync::DataSource is not yet supported via Cloud Control API
Test Cases
$ aws cloudcontrol list-resources --type-name AWS::AppSync::DataSource
Other Details
No response