UpdateFlowSourceRequest

public struct UpdateFlowSourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of encryption used on the content ingested from this source.

    Declaration

    Swift

    public let decryption: UpdateEncryption?
  • 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 this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator’s flow.

    Declaration

    Swift

    public let entitlementArn: String?
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public let ingestPort: Int?
  • The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

    Declaration

    Swift

    public let maxBitrate: Int?
  • The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

    Declaration

    Swift

    public let maxLatency: Int?
  • The protocol that is used by the source.

    Declaration

    Swift

    public let `protocol`: Protocol?
  • Undocumented

    Declaration

    Swift

    public let sourceArn: String
  • The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

    Declaration

    Swift

    public let streamId: String?
  • The name of the VPC Interface to configure this Source 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(decryption: UpdateEncryption? = nil, description: String? = nil, entitlementArn: String? = nil, flowArn: String, ingestPort: Int? = nil, maxBitrate: Int? = nil, maxLatency: Int? = nil, protocol: Protocol? = nil, sourceArn: String, streamId: String? = nil, vpcInterfaceName: String? = nil, whitelistCidr: String? = nil)