aws.events.describe_event_source
Example SQL Queries
SELECT * FROMaws.events.describe_event_sourceWHERE"name" = 'VALUE';Description
This operation lists details about a partner event source that is shared with your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the partner event source. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the partner event source. | VARCHAR |
| created_by The name of the SaaS partner that created the event source. | VARCHAR |
| creation_time The date and time that the event source was created. | TIMESTAMP_S |
| expiration_time The date and time that the event source will expire if you do not create a matching event bus. | TIMESTAMP_S |
| state The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted. | VARCHAR |