class Aws::WorkSpaces::Types::CreateWorkspacesRequest

@note When making an API call, you may pass CreateWorkspacesRequest

data as a hash:

    {
      workspaces: [ # required
        {
          directory_id: "DirectoryId", # required
          user_name: "UserName", # required
          bundle_id: "BundleId", # required
          volume_encryption_key: "VolumeEncryptionKey",
          user_volume_encryption_enabled: false,
          root_volume_encryption_enabled: false,
          workspace_properties: {
            running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
            running_mode_auto_stop_timeout_in_minutes: 1,
            root_volume_size_gib: 1,
            user_volume_size_gib: 1,
            compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
          },
          tags: [
            {
              key: "TagKey", # required
              value: "TagValue",
            },
          ],
        },
      ],
    }

@!attribute [rw] workspaces

The WorkSpaces to create. You can specify up to 25 WorkSpaces.
@return [Array<Types::WorkspaceRequest>]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesRequest AWS API Documentation

Constants

SENSITIVE