EventBridgeV2¶
Client¶
- class EventBridgeV2.Client¶
A low-level client representing Amazon EventBridgeV2
Amazon EventBridge event bus API. An event bus receives events published by your applications and AWS services, stores them for a configurable retention period, and delivers them to subscribers. A subscriber filters events, optionally transforms them, and invokes a target such as Lambda, SQS, SNS, Kinesis, Step Functions, or an HTTP endpoint. The API manages event buses, subscribers, event sources, resource policies, and tags, and publishes events through PutEvents and PutRawEvents.
import boto3 client = boto3.client('eventbridgev2')
These are the available methods:
- can_paginate
- close
- create_event_bus
- create_event_source
- create_subscriber
- delete_event_bus
- delete_event_source
- delete_resource_policy
- delete_subscriber
- describe_event_bus
- describe_event_source
- describe_subscriber
- get_paginator
- get_resource_policy
- get_waiter
- list_event_buses
- list_event_sources
- list_resource_policies
- list_subscribers
- list_tags_for_resource
- put_events
- put_raw_events
- put_resource_policy
- revoke_resource
- tag_resource
- untag_resource
- update_event_bus
- update_event_source
- update_subscriber
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
Waiters¶
Waiters are available on a client instance via the get_waiter method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: