logo
pub struct Output {
Show 13 fields pub data_transfer_subscriber_fee_percent: Option<i64>, pub description: Option<String>, pub destination: Option<String>, pub encryption: Option<Encryption>, pub entitlement_arn: Option<String>, pub listener_address: Option<String>, pub media_live_input_arn: Option<String>, pub media_stream_output_configurations: Option<Vec<MediaStreamOutputConfiguration>>, pub name: String, pub output_arn: String, pub port: Option<i64>, pub transport: Option<Transport>, pub vpc_interface_attachment: Option<VpcInterfaceAttachment>,
}
Expand description

The settings for an output.

Fields

data_transfer_subscriber_fee_percent: Option<i64>

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

description: Option<String>

A description of the output.

destination: Option<String>

The address where you want to send the output.

encryption: Option<Encryption>

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

entitlement_arn: Option<String>

The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.

listener_address: Option<String>

The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.

media_live_input_arn: Option<String>

The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

media_stream_output_configurations: Option<Vec<MediaStreamOutputConfiguration>>

The configuration for each media stream that is associated with the output.

name: String

The name of the output. This value must be unique within the current flow.

output_arn: String

The ARN of the output.

port: Option<i64>

The port to use when content is distributed to this output.

transport: Option<Transport>

Attributes related to the transport stream that are used in the output.

vpc_interface_attachment: Option<VpcInterfaceAttachment>

The name of the VPC interface attachment to use for this output.

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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)

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more