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 is not fulfilled.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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 specified control.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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 specified control.

Returns:



4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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 control to be updated.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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 to follow to determine if the control has been satisfied.

Returns:

  • (String)


4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-auditmanager/types.rb', line 4050

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