/AWS1/CL_EC2=>GETMANAGEDPREFIXLISTENTRIES()
¶
About GetManagedPrefixListEntries¶
Gets information about the entries for a specified managed prefix list.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PREFIXLISTID
TYPE /AWS1/EC2PREFIXLISTRESOURCEID
/AWS1/EC2PREFIXLISTRESOURCEID
¶
The ID of the prefix list.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
IV_TARGETVERSION
TYPE /AWS1/EC2LONG
/AWS1/EC2LONG
¶
The version of the prefix list for which to return the entries. The default is the current version.
IV_MAXRESULTS
TYPE /AWS1/EC2PREFIXLISTMAXRESULTS
/AWS1/EC2PREFIXLISTMAXRESULTS
¶
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextToken
value.
IV_NEXTTOKEN
TYPE /AWS1/EC2NEXTTOKEN
/AWS1/EC2NEXTTOKEN
¶
The token for the next page of results.