WorkSpaces / Client / modify_endpoint_encryption_mode

modify_endpoint_encryption_mode

WorkSpaces.Client.modify_endpoint_encryption_mode(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.modify_endpoint_encryption_mode(
    DirectoryId='string',
    EndpointEncryptionMode='STANDARD_TLS'|'FIPS_VALIDATED'
)
Parameters:
  • DirectoryId (string) –

    [REQUIRED]

    The identifier of the directory.

  • EndpointEncryptionMode (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions