CreateChannelRequest
public struct CreateChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let channelClass: ChannelClass? -
Undocumented
Declaration
Swift
public let destinations: [OutputDestination]? -
Undocumented
Declaration
Swift
public let encoderSettings: EncoderSettings? -
Undocumented
Declaration
Swift
public let inputAttachments: [InputAttachment]? -
Undocumented
Declaration
Swift
public let inputSpecification: InputSpecification? -
Undocumented
Declaration
Swift
public let logLevel: LogLevel? -
Undocumented
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public let requestId: String? -
Undocumented
Declaration
Swift
public let roleArn: String? -
Undocumented
Declaration
Swift
public let tags: [String : String]? -
init(channelClass:destinations:encoderSettings:inputAttachments:inputSpecification:logLevel:name:requestId:roleArn:tags:)Undocumented
Declaration
Swift
public init(channelClass: ChannelClass? = nil, destinations: [OutputDestination]? = nil, encoderSettings: EncoderSettings? = nil, inputAttachments: [InputAttachment]? = nil, inputSpecification: InputSpecification? = nil, logLevel: LogLevel? = nil, name: String? = nil, requestId: String? = CreateChannelRequest.idempotencyToken(), roleArn: String? = nil, tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateChannelRequest Structure Reference