Get Api Destination Result
data class GetApiDestinationResult(val arn: String? = null, val connectionArn: String? = null, val description: String? = null, val httpMethod: ApiDestinationHttpMethod? = null, val invocationEndpoint: String? = null, val invocationRateLimitPerSecond: Int? = null)
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.