[ aws . workspaces ]

modify-workspace-access-properties

Description

Specifies which devices and operating systems users can use to access their WorkSpaces. For more information, see Control Device Access .

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  modify-workspace-access-properties
--resource-id <value>
--workspace-access-properties <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]

Options

--resource-id (string)

The identifier of the directory.

--workspace-access-properties (structure)

The device types and operating systems to enable or disable for access.

DeviceTypeWindows -> (string)

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 .

DeviceTypeOsx -> (string)

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 .

DeviceTypeWeb -> (string)

Indicates whether users can access their WorkSpaces through a web browser.

DeviceTypeIos -> (string)

Indicates whether users can use iOS devices to access their WorkSpaces.

DeviceTypeAndroid -> (string)

Indicates whether users can use Android devices to access their WorkSpaces.

DeviceTypeChromeOs -> (string)

Indicates whether users can use Chromebooks to access their WorkSpaces.

DeviceTypeZeroClient -> (string)

Indicates whether users can use zero client devices to access their WorkSpaces.

Shorthand Syntax:

DeviceTypeWindows=string,DeviceTypeOsx=string,DeviceTypeWeb=string,DeviceTypeIos=string,DeviceTypeAndroid=string,DeviceTypeChromeOs=string,DeviceTypeZeroClient=string

JSON Syntax:

{
  "DeviceTypeWindows": "ALLOW"|"DENY",
  "DeviceTypeOsx": "ALLOW"|"DENY",
  "DeviceTypeWeb": "ALLOW"|"DENY",
  "DeviceTypeIos": "ALLOW"|"DENY",
  "DeviceTypeAndroid": "ALLOW"|"DENY",
  "DeviceTypeChromeOs": "ALLOW"|"DENY",
  "DeviceTypeZeroClient": "ALLOW"|"DENY"
}

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

--cli-auto-prompt (boolean) Automatically prompt for CLI input parameters.

See ‘aws help’ for descriptions of global parameters.

Output

None