Returns information about the specified AWS Firewall Manager applications list.
fms_get_apps_list(ListId, DefaultList)[required] The ID of the AWS Firewall Manager applications list that you want the details for.
Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.
A list with the following syntax:
list(
AppsList = list(
ListId = "string",
ListName = "string",
ListUpdateToken = "string",
CreateTime = as.POSIXct(
"2015-01-01"
),
LastUpdateTime = as.POSIXct(
"2015-01-01"
),
AppsList = list(
list(
AppName = "string",
Protocol = "string",
Port = 123
)
),
PreviousAppsList = list(
list(
list(
AppName = "string",
Protocol = "string",
Port = 123
)
)
)
),
AppsListArn = "string"
)
svc$get_apps_list( ListId = "string", DefaultList = TRUE|FALSE )