[ aws . fms ]

list-protocols-lists

Description

Returns an array of ProtocolsListDataSummary objects.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  list-protocols-lists
[--default-lists | --no-default-lists]
[--next-token <value>]
--max-results <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]

Options

--default-lists | --no-default-lists (boolean)

Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.

--next-token (string)

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

--max-results (integer)

The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are available, in the response, AWS Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don’t specify this, AWS Firewall Manager returns all available objects.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

--cli-auto-prompt (boolean) Automatically prompt for CLI input parameters.

See ‘aws help’ for descriptions of global parameters.

Output

ProtocolsLists -> (list)

An array of ProtocolsListDataSummary objects.

(structure)

Details of the AWS Firewall Manager protocols list.

ListArn -> (string)

The Amazon Resource Name (ARN) of the specified protocols list.

ListId -> (string)

The ID of the specified protocols list.

ListName -> (string)

The name of the specified protocols list.

ProtocolsList -> (list)

An array of protocols in the AWS Firewall Manager protocols list.

(string)

NextToken -> (string)

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.