EventSourceMappingDestinationConfigOnFailure constructor
const
EventSourceMappingDestinationConfigOnFailure({
- required Input<
String> destinationArn,
Creates a new EventSourceMappingDestinationConfigOnFailure.
destinationArn ARN of the destination resource, or kafka://your-topic-name for Amazon MSK and self-managed Apache Kafka destinations.
Implementation
const EventSourceMappingDestinationConfigOnFailure({
required this.destinationArn,
});