Gets information about the current ApiKeys resource
Gets information about the current ApiKeys resource.
apigateway_get_api_keys(position, limit, nameQuery, customerId, includeValues)
position |
The current pagination position in the paged result set. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
nameQuery |
The name of queried API keys. |
customerId |
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal. |
includeValues |
A boolean flag to specify whether ( |
A list with the following syntax:
list( warnings = list( "string" ), position = "string", items = list( list( id = "string", value = "string", name = "string", customerId = "string", description = "string", enabled = TRUE|FALSE, createdDate = as.POSIXct( "2015-01-01" ), lastUpdatedDate = as.POSIXct( "2015-01-01" ), stageKeys = list( "string" ), tags = list( "string" ) ) ) )
svc$get_api_keys( position = "string", limit = 123, nameQuery = "string", customerId = "string", includeValues = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.