Use this data source to get information about an EventBridge Partner Event Source. This data source will only return one partner event source. An error will be returned if multiple sources match the same name prefix.
data "aws_cloudwatch_event_source" "examplepartner" {
name_prefix = "aws.partner/examplepartner.com"
}
This data source supports the following arguments:
name_prefix
- (Optional) Specifying this limits the results to only those partner event sources with names that start with the specified prefixThis data source exports the following attributes in addition to the arguments above:
arn
- ARN of the partner event sourcecreated_by
- Name of the SaaS partner that created the event sourcename
- Name of the event sourcestate
- State of the event source (ACTIVE
or PENDING
)