ConnectionSummary

Provides summary information about an App Runner connection resource.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of this connection.

Link copied to clipboard

The customer-provided connection name.

Link copied to clipboard

The App Runner connection creation time, expressed as a Unix time stamp.

Link copied to clipboard

The source repository provider.

Link copied to clipboard

The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

Functions

Link copied to clipboard
inline fun copy(block: ConnectionSummary.Builder.() -> Unit = {}): ConnectionSummary
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