class Aws::ConfigService::Types::PutRemediationExceptionsRequest

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

data as a hash:

    {
      config_rule_name: "ConfigRuleName", # required
      resource_keys: [ # required
        {
          resource_type: "StringWithCharLimit256",
          resource_id: "StringWithCharLimit1024",
        },
      ],
      message: "StringWithCharLimit1024",
      expiration_time: Time.now,
    }

@!attribute [rw] config_rule_name

The name of the Config rule for which you want to create remediation
exception.
@return [String]

@!attribute [rw] resource_keys

An exception list of resource exception keys to be processed with
the current request. Config adds exception for each resource key.
For example, Config adds 3 exceptions for 3 resource keys.
@return [Array<Types::RemediationExceptionResourceKey>]

@!attribute [rw] message

The message contains an explanation of the exception.
@return [String]

@!attribute [rw] expiration_time

The exception is automatically deleted after the expiration date.
@return [Time]

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

Constants

SENSITIVE