You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::Source

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The settings for the source of the flow.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_subscriber_fee_percentInteger

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

Returns:

  • (Integer)

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

#decryptionTypes::Encryption

The type of encryption that is used on the content ingested from this source.

Returns:

  • (Types::Encryption)

    The type of encryption that is used on the content ingested from this source.

#descriptionString

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

Returns:

  • (String)

    A description for the source.

#entitlement_arnString

The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator\'s flow.

Returns:

  • (String)

    The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.

#ingest_ipString

The IP address that the flow will be listening on for incoming content.

Returns:

  • (String)

    The IP address that the flow will be listening on for incoming content.

#ingest_portInteger

The port that the flow will be listening on for incoming content.

Returns:

  • (Integer)

    The port that the flow will be listening on for incoming content.

#nameString

The name of the source.

Returns:

  • (String)

    The name of the source.

#source_arnString

The ARN of the source.

Returns:

  • (String)

    The ARN of the source.

#transportTypes::Transport

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

Returns:

  • (Types::Transport)

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

#vpc_interface_nameString

The name of the VPC Interface this Source is configured with.

Returns:

  • (String)

    The name of the VPC Interface this Source is configured with.

#whitelist_cidrString

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Returns:

  • (String)

    The range of IP addresses that should be allowed to contribute content to your source.