Creates an AWS Firewall Manager applications list.
fms_put_apps_list(AppsList, TagList)
[required] The details of the AWS Firewall Manager applications list to be created.
The tags associated with the resource.
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$put_apps_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 ) ) ) ), TagList = list( list( Key = "string", Value = "string" ) ) )