List Protocols Lists
fms_list_protocols_lists | R Documentation |
Returns an array of ProtocolsListDataSummary objects¶
Description¶
Returns an array of ProtocolsListDataSummary
objects.
Usage¶
fms_list_protocols_lists(DefaultLists, NextToken, MaxResults)
Arguments¶
DefaultLists |
Specifies whether the lists to retrieve are default lists owned by Firewall Manager. |
NextToken |
If you specify a value for |
MaxResults |
[required] The maximum number of objects that you want Firewall
Manager to return for this request. If more objects are available, in
the response, Firewall Manager provides a If you don't specify this, Firewall Manager returns all available objects. |
Value¶
A list with the following syntax:
list(
ProtocolsLists = list(
list(
ListArn = "string",
ListId = "string",
ListName = "string",
ProtocolsList = list(
"string"
)
)
),
NextToken = "string"
)
Request syntax¶
svc$list_protocols_lists(
DefaultLists = TRUE|FALSE,
NextToken = "string",
MaxResults = 123
)