class Aws::ConfigService::Types::ConformancePackInputParameter

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

@note When making an API call, you may pass ConformancePackInputParameter

data as a hash:

    {
      parameter_name: "ParameterName", # required
      parameter_value: "ParameterValue", # required
    }

@!attribute [rw] parameter_name

One part of a key-value pair.
@return [String]

@!attribute [rw] parameter_value

Another part of the key-value pair.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConformancePackInputParameter AWS API Documentation

Constants

SENSITIVE