Jump to Content

Class CreateTrustStoreCommandProtected

Creates a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.

Example

Use a bare-bones client and the command you need to make an API call.

import { WorkSpacesWebClient, CreateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
// const { WorkSpacesWebClient, CreateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
const client = new WorkSpacesWebClient(config);
const command = new CreateTrustStoreCommand(input);
const response = await client.send(command);

Param

CreateTrustStoreCommandInput

Returns

CreateTrustStoreCommandOutput

See

Throws

AccessDeniedException (client fault)

Access is denied.

Throws

ConflictException (client fault)

There is a conflict.

Throws

InternalServerException (server fault)

There is an internal server error.

Throws

ServiceQuotaExceededException (client fault)

The service quota has been exceeded.

Throws

ThrottlingException (client fault)

There is a throttling error.

Throws

ValidationException (client fault)

There is a validation error.

Hierarchy

Constructors

Properties

Methods