Api Destination Args
data class ApiDestinationArgs(val connectionArn: Output<String>? = null, val description: Output<String>? = null, val httpMethod: Output<ApiDestinationHttpMethod>? = null, val invocationEndpoint: Output<String>? = null, val invocationRateLimitPerSecond: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<ApiDestinationArgs>
Resource Type definition for AWS::Events::ApiDestination.
Properties
Link copied to clipboard
The arn of the connection.
Link copied to clipboard
A description for the API destination to create.
Link copied to clipboard
The method to use for the request to the HTTP invocation endpoint.
Link copied to clipboard
Url endpoint to invoke.
Link copied to clipboard
The maximum number of requests per second to send to the HTTP invocation endpoint.