Class: Aws::AuditManager::Types::UpdateControlRequest

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

Overview

Note:

When making an API call, you may pass UpdateControlRequest data as a hash:

{
  control_id: "UUID", # required
  name: "ControlName", # required
  description: "ControlDescription",
  testing_information: "TestingInformation",
  action_plan_title: "ActionPlanTitle",
  action_plan_instructions: "ActionPlanInstructions",
  control_mapping_sources: [ # required
    {
      source_id: "UUID",
      source_name: "SourceName",
      source_description: "SourceDescription",
      source_set_up_option: "System_Controls_Mapping", # accepts System_Controls_Mapping, Procedural_Controls_Mapping
      source_type: "AWS_Cloudtrail", # accepts AWS_Cloudtrail, AWS_Config, AWS_Security_Hub, AWS_API_Call, MANUAL
      source_keyword: {
        keyword_input_type: "SELECT_FROM_LIST", # accepts SELECT_FROM_LIST
        keyword_value: "KeywordValue",
      },
      source_frequency: "DAILY", # accepts DAILY, WEEKLY, MONTHLY
      troubleshooting_text: "TroubleshootingText",
    },
  ],
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructionsString

The recommended actions to carry out if the control isn’t fulfilled.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#action_plan_titleString

The title of the action plan for remediating the control.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#control_idString

The identifier for the control.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#control_mapping_sourcesArray<Types::ControlMappingSource>

The data mapping sources for the control.

Returns:



5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description of the control.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the updated control.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#testing_informationString

The steps that you should follow to determine if the control is met.

Returns:

  • (String)


5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/aws-sdk-auditmanager/types.rb', line 5178

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end