Struct rusoto_mediaconnect::Flow[][src]

pub struct Flow {
Show fields pub availability_zone: String, pub description: Option<String>, pub egress_ip: Option<String>, pub entitlements: Vec<Entitlement>, pub flow_arn: String, pub media_streams: Option<Vec<MediaStream>>, pub name: String, pub outputs: Vec<Output>, pub source: Source, pub source_failover_config: Option<FailoverConfig>, pub sources: Option<Vec<Source>>, pub status: String, pub vpc_interfaces: Option<Vec<VpcInterface>>,
}
Expand description

The settings for a flow, including its source, outputs, and entitlements.

Fields

availability_zone: String

The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.

description: Option<String>

A description of the flow. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

egress_ip: Option<String>

The IP address from which video will be sent to output destinations.

entitlements: Vec<Entitlement>

The entitlements in this flow.

flow_arn: String

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

media_streams: Option<Vec<MediaStream>>

The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow.

name: String

The name of the flow.

outputs: Vec<Output>

The outputs in this flow.

source: Sourcesource_failover_config: Option<FailoverConfig>sources: Option<Vec<Source>>status: String

The current status of the flow.

vpc_interfaces: Option<Vec<VpcInterface>>

The VPC Interfaces for this flow.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.