OutputDestinationSettings
public struct OutputDestinationSettings : 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? -
Stream name for RTMP destinations (URLs of type rtmp://)
Declaration
Swift
public let streamName: String? -
A URL specifying a destination
Declaration
Swift
public let url: String? -
username for destination
Declaration
Swift
public let username: String? -
Undocumented
Declaration
Swift
public init(passwordParam: String? = nil, streamName: String? = nil, url: String? = nil, username: String? = nil)
View on GitHub
OutputDestinationSettings Structure Reference