WorkspaceAccessProperties
public struct WorkspaceAccessProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether users can use Android devices to access their WorkSpaces.
Declaration
Swift
public let deviceTypeAndroid: AccessPropertyValue?
-
Indicates whether users can use Chromebooks to access their WorkSpaces.
Declaration
Swift
public let deviceTypeChromeOs: AccessPropertyValue?
-
Indicates whether users can use iOS devices to access their WorkSpaces.
Declaration
Swift
public let deviceTypeIos: AccessPropertyValue?
-
Indicates whether users can use macOS clients to access their WorkSpaces. To restrict WorkSpaces access to trusted devices (also known as managed devices) with valid certificates, specify a value of TRUST. For more information, see Restrict WorkSpaces Access to Trusted Devices.
Declaration
Swift
public let deviceTypeOsx: AccessPropertyValue?
-
Indicates whether users can access their WorkSpaces through a web browser.
Declaration
Swift
public let deviceTypeWeb: AccessPropertyValue?
-
Indicates whether users can use Windows clients to access their WorkSpaces. To restrict WorkSpaces access to trusted devices (also known as managed devices) with valid certificates, specify a value of TRUST. For more information, see Restrict WorkSpaces Access to Trusted Devices.
Declaration
Swift
public let deviceTypeWindows: AccessPropertyValue?
-
Indicates whether users can use zero client devices to access their WorkSpaces.
Declaration
Swift
public let deviceTypeZeroClient: AccessPropertyValue?
-
init(deviceTypeAndroid:deviceTypeChromeOs:deviceTypeIos:deviceTypeOsx:deviceTypeWeb:deviceTypeWindows:deviceTypeZeroClient:)
Undocumented
Declaration
Swift
public init(deviceTypeAndroid: AccessPropertyValue? = nil, deviceTypeChromeOs: AccessPropertyValue? = nil, deviceTypeIos: AccessPropertyValue? = nil, deviceTypeOsx: AccessPropertyValue? = nil, deviceTypeWeb: AccessPropertyValue? = nil, deviceTypeWindows: AccessPropertyValue? = nil, deviceTypeZeroClient: AccessPropertyValue? = nil)