NAME
Paws::CloudWatchEvents::DescribeApiDestinationResponse
ATTRIBUTES
ApiDestinationArn => Str
The ARN of the API destination retrieved.
ApiDestinationState => Str
The state of the API destination retrieved.
Valid values are: "ACTIVE"
, "INACTIVE"
=head2 ConnectionArn => Str
The ARN of the connection specified for the API destination retrieved.
CreationTime => Str
A time stamp for the time that the API destination was created.
Description => Str
The description for the API destination retrieved.
HttpMethod => Str
The method to use to connect to the HTTP endpoint.
Valid values are: "POST"
, "GET"
, "HEAD"
, "OPTIONS"
, "PUT"
, "PATCH"
, "DELETE"
=head2 InvocationEndpoint => Str
The URL to use to connect to the HTTP endpoint.
InvocationRateLimitPerSecond => Int
The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
LastModifiedTime => Str
A time stamp for the time that the API destination was last modified.
Name => Str
The name of the API destination retrieved.