paws.management (version 0.1.0)

ssm_get_parameter_history: Query a list of all parameters used by the AWS account

Description

Query a list of all parameters used by the AWS account.

Usage

ssm_get_parameter_history(Name, WithDecryption, MaxResults, NextToken)

Arguments

Name

[required] The name of a parameter you want to query.

WithDecryption

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

MaxResults

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.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

svc$get_parameter_history(
  Name = "string",
  WithDecryption = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string"
)