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
The Terraform issue above meets the same problem. It turns out to be the limitation of the AWS API. Thus, when setup task settings of DMS in CDK, if we enable the EnableLogging an error will occur.
In this case, we will not enable the DMS logging in CDK, but barely create a log group and a log stream, which should be manually set up after the stack has been created.
The text was updated successfully, but these errors were encountered:
hashicorp/terraform-provider-aws#1513
The Terraform issue above meets the same problem. It turns out to be the limitation of the AWS API. Thus, when setup task settings of DMS in CDK, if we enable the EnableLogging an error will occur.
In this case, we will not enable the DMS logging in CDK, but barely create a log group and a log stream, which should be manually set up after the stack has been created.
The text was updated successfully, but these errors were encountered: