GetApiDestinationResult

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)

Constructors

Link copied to clipboard
constructor(arn: String? = null, connectionArn: String? = null, description: String? = null, httpMethod: ApiDestinationHttpMethod? = null, invocationEndpoint: String? = null, invocationRateLimitPerSecond: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The arn of the api destination.

Link copied to clipboard
val connectionArn: String? = null

The arn of the connection.

Link copied to clipboard
val description: String? = null

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.