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 making a CloudControl GetResource request for a DBProxyTargetGroup it fails with the below error
An error occurred (GeneralServiceException) when calling the GetResource operation: AWS::RDS::DBProxyTargetGroup Handler returned status FAILED: 1 validation error detected: Value null at 'dBProxyName' failed to satisfy constraint: Member must not be null (Service: AmazonRDS; Status Code: 400; Error Code: ValidationError
Name of the resource
AWS::RDS::DBProxyTargetGroup
Resource Name
No response
Issue Description
When making a CloudControl
GetResource
request for aDBProxyTargetGroup
it fails with the below errorExpected Behavior
`GetResource returns successfully.
Observed Behavior
Fails with above error message.
Test Cases
Create a DBProxyTargetGroup and then:
Other Details
Reported in pulumi/pulumi-aws-native#872
The text was updated successfully, but these errors were encountered: