class Aws::FMS::Types::PutAppsListRequest
@note When making an API call, you may pass PutAppsListRequest
data as a hash: { apps_list: { # required list_id: "ListId", list_name: "ResourceName", # required list_update_token: "UpdateToken", create_time: Time.now, last_update_time: Time.now, apps_list: [ # required { app_name: "ResourceName", # required protocol: "Protocol", # required port: 1, # required }, ], previous_apps_list: { "PreviousListVersion" => [ { app_name: "ResourceName", # required protocol: "Protocol", # required port: 1, # required }, ], }, }, tag_list: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] apps_list
The details of the Firewall Manager applications list to be created. @return [Types::AppsListData]
@!attribute [rw] tag_list
The tags associated with the resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/PutAppsListRequest AWS API Documentation
Constants
- SENSITIVE