CreateSignalingChannelInput
public struct CreateSignalingChannelInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A name for the signaling channel that you are creating. It must be unique for each AWS account and AWS Region.
Declaration
Swift
public let channelName: String -
A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.
Declaration
Swift
public let channelType: ChannelType? -
A structure containing the configuration for the SINGLE_MASTER channel type.
Declaration
Swift
public let singleMasterConfiguration: SingleMasterConfiguration? -
A set of tags (key-value pairs) that you want to associate with this channel.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(channelName: String, channelType: ChannelType? = nil, singleMasterConfiguration: SingleMasterConfiguration? = nil, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateSignalingChannelInput Structure Reference