Creates an AWS Firewall Manager protocols list.
fms_put_protocols_list(ProtocolsList, TagList)
[required] The details of the AWS Firewall Manager protocols list to be created.
The tags associated with the resource.
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$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" ) ) )