Class: Aws::ConfigService::Types::PutRemediationExceptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The name of the Config rule for which you want to create remediation exception.

Returns:

  • (String)


7351
7352
7353
7354
7355
7356
7357
7358
# File 'lib/aws-sdk-configservice/types.rb', line 7351

class PutRemediationExceptionsRequest < Struct.new(
  :config_rule_name,
  :resource_keys,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timeTime

The exception is automatically deleted after the expiration date.

Returns:

  • (Time)


7351
7352
7353
7354
7355
7356
7357
7358
# File 'lib/aws-sdk-configservice/types.rb', line 7351

class PutRemediationExceptionsRequest < Struct.new(
  :config_rule_name,
  :resource_keys,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message contains an explanation of the exception.

Returns:

  • (String)


7351
7352
7353
7354
7355
7356
7357
7358
# File 'lib/aws-sdk-configservice/types.rb', line 7351

class PutRemediationExceptionsRequest < Struct.new(
  :config_rule_name,
  :resource_keys,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_keysArray<Types::RemediationExceptionResourceKey>

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.



7351
7352
7353
7354
7355
7356
7357
7358
# File 'lib/aws-sdk-configservice/types.rb', line 7351

class PutRemediationExceptionsRequest < Struct.new(
  :config_rule_name,
  :resource_keys,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end