ApiDestination

Contains details about an API destination.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the API destination.

Link copied to clipboard

The state of the API destination.

Link copied to clipboard

The ARN of the connection specified for the API destination.

Link copied to clipboard

A time stamp for the time that the API destination was created.

Link copied to clipboard

The method to use to connect to the HTTP endpoint.

Link copied to clipboard

The URL to the endpoint for the API destination.

Link copied to clipboard

The maximum number of invocations per second to send to the HTTP endpoint.

Link copied to clipboard

A time stamp for the time that the API destination was last modified.

Link copied to clipboard
val name: String?

The name of the API destination.

Functions

Link copied to clipboard
inline fun copy(block: ApiDestination.Builder.() -> Unit = {}): ApiDestination
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String