Get information about a parameter.
ssm_describe_parameters(Filters, ParameterFilters, MaxResults,
NextToken)
This data type is deprecated. Instead, use ParameterFilters
.
Filters to limit the request results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_parameters( Filters = list( list( Key = "Name"|"Type"|"KeyId", Values = list( "string" ) ) ), ParameterFilters = list( list( Key = "string", Option = "string", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )
Request results are returned on a best-effort basis. If you specify
MaxResults
in the request, the response includes information up to the
limit specified. The number of items returned, however, can be between
zero and the value of MaxResults
. If the service reaches an internal
limit while processing the results, it stops the operation and returns
the matching values up to that point and a NextToken
. You can specify
the NextToken
in a subsequent call to get the next set of results.