Below is my understanding on talking to AWS API(REST) using SDK approach or CF template generation tools(like AWS_CDK or Troposphere)
Working with AWS certification manager, we would like to create private root CA using aws-cdk constructs.
But the cdk-documentation does not support any construct to create root CA
On troposphere side, it is the same story, no support for creating root CA
aws_sdk has support for creating root CA, but state maintenance is the issue.
My preference is to pick aws_cdk, but,
What is the current status on this api level support to create private root CA, using aws-cdk?