Source

public struct Source : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

    Declaration

    Swift

    public let dataTransferSubscriberFeePercent: Int?
  • The type of encryption that is used on the content ingested from this source.

    Declaration

    Swift

    public let decryption: Encryption?
  • A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

    Declaration

    Swift

    public let description: String?
  • 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.

    Declaration

    Swift

    public let entitlementArn: String?
  • The IP address that the flow will be listening on for incoming content.

    Declaration

    Swift

    public let ingestIp: String?
  • The port that the flow will be listening on for incoming content.

    Declaration

    Swift

    public let ingestPort: Int?
  • The name of the source.

    Declaration

    Swift

    public let name: String
  • The ARN of the source.

    Declaration

    Swift

    public let sourceArn: String
  • Attributes related to the transport stream that are used in the source.

    Declaration

    Swift

    public let transport: Transport?
  • The name of the VPC Interface this Source is configured with.

    Declaration

    Swift

    public let vpcInterfaceName: String?
  • 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.

    Declaration

    Swift

    public let whitelistCidr: String?
  • Undocumented

    Declaration

    Swift

    public init(dataTransferSubscriberFeePercent: Int? = nil, decryption: Encryption? = nil, description: String? = nil, entitlementArn: String? = nil, ingestIp: String? = nil, ingestPort: Int? = nil, name: String, sourceArn: String, transport: Transport? = nil, vpcInterfaceName: String? = nil, whitelistCidr: String? = nil)