DescribeEventBusRequest Class
(QtAws::CloudWatchEvents::DescribeEventBusRequest)The DescribeEventBusRequest class provides an interface for CloudWatchEvents DescribeEventBus requests. More...
| Header: | #include <DescribeEventBusRequest> |
| Inherits: | QtAws::CloudWatchEvents::CloudWatchEventsRequest |
Public Functions
| DescribeEventBusRequest(const DescribeEventBusRequest &other) | |
| DescribeEventBusRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::CloudWatchEvents::CloudWatchEventsRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::CloudWatchEvents::CloudWatchEventsRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The DescribeEventBusRequest class provides an interface for CloudWatchEvents DescribeEventBus requests.
Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state, they automatically send events into an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a pre-determined schedule. For example, you can configure rules
to> <ul> <li>
Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running
state> </li> <li>
Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability
risks> </li> <li>
Periodically invoke a built-in target to create a snapshot of an Amazon EBS
volume> </li> </ul>
For more information about the features of Amazon CloudWatch Events, see the <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/events">Amazon CloudWatch Events User
See also CloudWatchEventsClient::describeEventBus.
Member Function Documentation
DescribeEventBusRequest::DescribeEventBusRequest(const DescribeEventBusRequest &other)
Constructs a copy of other.
DescribeEventBusRequest::DescribeEventBusRequest()
Constructs a DescribeEventBusRequest object.
[override virtual] bool DescribeEventBusRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeEventBusRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a DescribeEventBusResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.