ListedFlow

A summary of a flow, including its ARN, Availability Zone, and source type.

Types

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

Properties

Link copied to clipboard

The Availability Zone that the flow was created in.

Link copied to clipboard

A description of the flow.

Link copied to clipboard

The ARN of the flow.

Link copied to clipboard

The maintenance settings for the flow.

Link copied to clipboard
val name: String?

The name of the flow.

Link copied to clipboard

The type of source. This value is either owned (originated somewhere other than an MediaConnect flow owned by another Amazon Web Services account) or entitled (originated at a MediaConnect flow owned by another Amazon Web Services account).

Link copied to clipboard

The current status of the flow.

Functions

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