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'
)
[REQUIRED]
The ARN of the web portal.
[REQUIRED]
The ARN of the trust store.
dict
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
WorkSpacesWeb.Client.exceptions.InternalServerException
WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
WorkSpacesWeb.Client.exceptions.AccessDeniedException
WorkSpacesWeb.Client.exceptions.ThrottlingException
WorkSpacesWeb.Client.exceptions.ValidationException