Put Protocols List
fms_put_protocols_list | R Documentation |
Creates an Firewall Manager protocols list¶
Description¶
Creates an Firewall Manager protocols list.
Usage¶
Arguments¶
ProtocolsList
[required] The details of the Firewall Manager protocols list to be created.
TagList
The tags associated with the resource.
Value¶
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"
)
Request syntax¶
svc$put_protocols_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"
)
)
),
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)