CreateStreamingURLRequest
public struct CreateStreamingURLRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
Declaration
Swift
public let applicationId: String?
-
The name of the fleet.
Declaration
Swift
public let fleetName: String
-
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
Declaration
Swift
public let sessionContext: String?
-
The name of the stack.
Declaration
Swift
public let stackName: String
-
The identifier of the user.
Declaration
Swift
public let userId: String
-
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
Declaration
Swift
public let validity: Int64?
-
Undocumented
Declaration
Swift
public init(applicationId: String? = nil, fleetName: String, sessionContext: String? = nil, stackName: String, userId: String, validity: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws