class Aws::AuditManager::Types::UpdateControlRequest
@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", }, ], }
@!attribute [rw] control_id
The identifier for the specified control. @return [String]
@!attribute [rw] name
The name of the control to be updated. @return [String]
@!attribute [rw] description
The optional description of the control. @return [String]
@!attribute [rw] testing_information
The steps that to follow to determine if the control has been satisfied. @return [String]
@!attribute [rw] action_plan_title
The title of the action plan for remediating the control. @return [String]
@!attribute [rw] action_plan_instructions
The recommended actions to carry out if the control is not fulfilled. @return [String]
@!attribute [rw] control_mapping_sources
The data mapping sources for the specified control. @return [Array<Types::ControlMappingSource>]
@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateControlRequest AWS API Documentation
Constants
- SENSITIVE