Stack
public struct Stack : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
Declaration
Swift
public let accessEndpoints: [AccessEndpoint]?
-
The persistent application settings for users of the stack.
Declaration
Swift
public let applicationSettings: ApplicationSettingsResponse?
-
The ARN of the stack.
Declaration
Swift
public let arn: String?
-
The time the stack was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The description to display.
Declaration
Swift
public let description: String?
-
The stack name to display.
Declaration
Swift
public let displayName: String?
-
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
Declaration
Swift
public let embedHostDomains: [String]?
-
The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
Declaration
Swift
public let feedbackURL: String?
-
The name of the stack.
Declaration
Swift
public let name: String
-
The URL that users are redirected to after their streaming session ends.
Declaration
Swift
public let redirectURL: String?
-
The errors for the stack.
Declaration
Swift
public let stackErrors: [StackError]?
-
The storage connectors to enable.
Declaration
Swift
public let storageConnectors: [StorageConnector]?
-
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
Declaration
Swift
public let userSettings: [UserSetting]?
-
init(accessEndpoints:applicationSettings:arn:createdTime:description:displayName:embedHostDomains:feedbackURL:name:redirectURL:stackErrors:storageConnectors:userSettings:)
Undocumented
Declaration
Swift
public init(accessEndpoints: [AccessEndpoint]? = nil, applicationSettings: ApplicationSettingsResponse? = nil, arn: String? = nil, createdTime: TimeStamp? = nil, description: String? = nil, displayName: String? = nil, embedHostDomains: [String]? = nil, feedbackURL: String? = nil, name: String, redirectURL: String? = nil, stackErrors: [StackError]? = nil, storageConnectors: [StorageConnector]? = nil, userSettings: [UserSetting]? = nil)