Get Ip Access Settings
workspacesweb_get_ip_access_settings | R Documentation |
Gets the IP access settings¶
Description¶
Gets the IP access settings.
Usage¶
Arguments¶
ipAccessSettingsArn
[required] The ARN of the IP access settings.
Value¶
A list with the following syntax:
list(
ipAccessSettings = list(
additionalEncryptionContext = list(
"string"
),
associatedPortalArns = list(
"string"
),
creationDate = as.POSIXct(
"2015-01-01"
),
customerManagedKey = "string",
description = "string",
displayName = "string",
ipAccessSettingsArn = "string",
ipRules = list(
list(
description = "string",
ipRange = "string"
)
)
)
)