InputLocation
public struct InputLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
key used to extract the password from EC2 Parameter store
Declaration
Swift
public let passwordParam: String?
-
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: “rtmp://fmsserver/live”.
Declaration
Swift
public let uri: String
-
Username if credentials are required to access a file or publishing point. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: “ssm://”
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(passwordParam: String? = nil, uri: String, username: String? = nil)