Associate Trust Store
workspacesweb_associate_trust_store | R Documentation |
Associates a trust store with a web portal¶
Description¶
Associates a trust store with a web portal.
Usage¶
workspacesweb_associate_trust_store(portalArn, trustStoreArn)
Arguments¶
portalArn |
[required] The ARN of the web portal. |
trustStoreArn |
[required] The ARN of the trust store. |
Value¶
A list with the following syntax:
list(
portalArn = "string",
trustStoreArn = "string"
)
Request syntax¶
svc$associate_trust_store(
portalArn = "string",
trustStoreArn = "string"
)