CloudWatch Events
Last updated
Last updated
Kubemq cloudwatch-events target connector allows services using kubemq server to access aws cloudwatch-events service.
The following required to run the aws-cloudwatch-events target connector:
kubemq cluster
aws account with cloudwatch-events active service (IAM Permission under EventBridge)
kubemq-source deployment
cloudwatch-events target connector configuration properties:
Example:
Put Target:
Example:
List Event Buses:
Example:
Send Event:
Example:
Properties Key
Required
Description
Example
aws_key
yes
aws key
aws key supplied by aws
aws_secret_key
yes
aws secret key
aws secret key supplied by aws
region
yes
region
aws region
token
no
aws token ("default" empty string
aws token
Metadata Key
Required
Description
Possible values
method
yes
type of method
"put_targets"
rule
yes
aws existing rule name
"string"
data
yes
Key value pair of target ARN and ID
{"my_arn_id":"arn:aws:test:number:function:id"}
Metadata Key
Required
Description
Possible values
method
yes
type of method
"list_buses"
limit
no
limit of return buses
"int"
Metadata Key
Required
Description
Possible values
method
yes
type of method
"send_event"
detail
no
general details on the event
"string"
detail_type
no
event type
"string"
source
no
aws source to assign the message to
"string"
data
yes
aws resources to assign the event to
slice of strings ("arn:string")