Skip to content

Modify Endpoint Encryption Mode

workspaces_modify_endpoint_encryption_mode R Documentation

Modifies the endpoint encryption mode that allows you to configure the specified directory between Standard TLS and FIPS 140-2 validated mode

Description

Modifies the endpoint encryption mode that allows you to configure the specified directory between Standard TLS and FIPS 140-2 validated mode.

Usage

workspaces_modify_endpoint_encryption_mode(DirectoryId,
  EndpointEncryptionMode)

Arguments

DirectoryId

[required] The identifier of the directory.

EndpointEncryptionMode

[required] The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.

Value

An empty list.

Request syntax

svc$modify_endpoint_encryption_mode(
  DirectoryId = "string",
  EndpointEncryptionMode = "STANDARD_TLS"|"FIPS_VALIDATED"
)