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
This AWS Solutions Construct implements an a CloudWatch Events rule which sends events to a new or an existing SQS queue.
User provided props for the construct:
Either an existing instances of CloudWatch Events rule or CWEventsrule.Props to deploy new CW Events rule.
Either an existing instances of sqs.Queue or sqs.QueueProps to deploy new SQS queue
Optional enableEncryption to encrypt the SQS queue (default: true)
Optional encryptionKey user provided encryption key
Default Settings:
CloudWatch Events Rule:
Create a CloudWatch Events rule to send events to SQS queue
Amazon SQS Queue
Configure least privilege access permissions for SQS Queue
Enable server-side encryption for source SQS Queue using AWS Managed KMS Key.
The text was updated successfully, but these errors were encountered:
deolank@ This will be a good candidate for a new pattern, please check the existing events-rule pattern before implementing this one, e.g. aws-events-rule-lambda
Overview:
This AWS Solutions Construct implements an a CloudWatch Events rule which sends events to a new or an existing SQS queue.
User provided props for the construct:
Either an existing instances of CloudWatch Events rule or CWEventsrule.Props to deploy new CW Events rule.
Either an existing instances of sqs.Queue or sqs.QueueProps to deploy new SQS queue
Optional enableEncryption to encrypt the SQS queue (default: true)
Optional encryptionKey user provided encryption key
Default Settings:
CloudWatch Events Rule:
Create a CloudWatch Events rule to send events to SQS queue
Amazon SQS Queue
Configure least privilege access permissions for SQS Queue
Enable server-side encryption for source SQS Queue using AWS Managed KMS Key.
The text was updated successfully, but these errors were encountered: