CreateStreamKeyRequest
public struct CreateStreamKeyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ARN of the channel for which to create the stream key.
Declaration
Swift
public let channelArn: String
-
See Channel$tags.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(channelArn: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws