Support for RetryPolicy and DeadLetterConfig in aws_cloudwatch_event_target #17240
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/cloudformation
Issues and PRs that pertain to the cloudformation service.
service/cloudwatch
Issues and PRs that pertain to the cloudwatch service.
Milestone
This issue was originally opened by @heitorlessa as hashicorp/terraform#27568. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
AWS launched support for setting a custom retry configuration on a per Event Target basis, including DLQ.
CloudFormation example: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#aws-resource-events-rule--examples
Attempted Solutions
Using
aws_cloudformation_stack
resource to make use of additional properties not available in Terraform.Proposal
Here's an example using the same properties names in Terraform syntax:
References
The text was updated successfully, but these errors were encountered: