Get Browser Settings
workspacesweb_get_browser_settings | R Documentation |
Gets browser settings¶
Description¶
Gets browser settings.
Usage¶
Arguments¶
browserSettingsArn
[required] The ARN of the browser settings.
Value¶
A list with the following syntax:
list(
browserSettings = list(
additionalEncryptionContext = list(
"string"
),
associatedPortalArns = list(
"string"
),
browserPolicy = "string",
browserSettingsArn = "string",
customerManagedKey = "string"
)
)