class Aws::FMS::Types::ProtocolsListData
An Firewall Manager protocols list.
@note When making an API call, you may pass ProtocolsListData
data as a hash: { list_id: "ListId", list_name: "ResourceName", # required list_update_token: "UpdateToken", create_time: Time.now, last_update_time: Time.now, protocols_list: ["Protocol"], # required previous_protocols_list: { "PreviousListVersion" => ["Protocol"], }, }
@!attribute [rw] list_id
The ID of the Firewall Manager protocols list. @return [String]
@!attribute [rw] list_name
The name of the Firewall Manager protocols list. @return [String]
@!attribute [rw] list_update_token
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list. @return [String]
@!attribute [rw] create_time
The time that the Firewall Manager protocols list was created. @return [Time]
@!attribute [rw] last_update_time
The time that the Firewall Manager protocols list was last updated. @return [Time]
@!attribute [rw] protocols_list
An array of protocols in the Firewall Manager protocols list. @return [Array<String>]
@!attribute [rw] previous_protocols_list
A map of previous version numbers to their corresponding protocol arrays. @return [Hash<String,Array<String>>]
@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/ProtocolsListData AWS API Documentation
Constants
- SENSITIVE