Returns information about the specified AWS Firewall Manager protocols list.
fms_get_protocols_list(ListId, DefaultList)[required] The ID of the AWS Firewall Manager protocols 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(
ProtocolsList = list(
ListId = "string",
ListName = "string",
ListUpdateToken = "string",
CreateTime = as.POSIXct(
"2015-01-01"
),
LastUpdateTime = as.POSIXct(
"2015-01-01"
),
ProtocolsList = list(
"string"
),
PreviousProtocolsList = list(
list(
"string"
)
)
),
ProtocolsListArn = "string"
)
svc$get_protocols_list( ListId = "string", DefaultList = TRUE|FALSE )