WorkSpacesWeb / Client / associate_trust_store

associate_trust_store#

WorkSpacesWeb.Client.associate_trust_store(**kwargs)#

Associates a trust store with a web portal.

See also: AWS API Documentation

Request Syntax

response = client.associate_trust_store(
    portalArn='string',
    trustStoreArn='string'
)
Parameters:
  • portalArn (string) –

    [REQUIRED]

    The ARN of the web portal.

  • trustStoreArn (string) –

    [REQUIRED]

    The ARN of the trust store.

Return type:

dict

Returns:

Response Syntax

{
    'portalArn': 'string',
    'trustStoreArn': 'string'
}

Response Structure

  • (dict) –

    • portalArn (string) –

      The ARN of the web portal.

    • trustStoreArn (string) –

      The ARN of the trust store.

Exceptions