Class: Aws::AuditManager::Types::CreateControlMappingSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateControlMappingSource
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
The control mapping fields that represent the source for evidence
collection, along with related parameters and metadata. This doesn't
contain mappingID
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_description ⇒ String
The description of the data source that determines where Audit Manager collects evidence from for the control.
-
#source_frequency ⇒ String
The frequency of evidence collection for the control mapping source.
-
#source_keyword ⇒ Types::SourceKeyword
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.
-
#source_name ⇒ String
The name of the control mapping data source.
-
#source_set_up_option ⇒ String
The setup option for the data source, which reflects if the evidence collection is automated or manual.
-
#source_type ⇒ String
Specifies one of the five types of data sources for evidence collection.
-
#troubleshooting_text ⇒ String
The instructions for troubleshooting the control.
Instance Attribute Details
#source_description ⇒ String
The description of the data source that determines where Audit Manager collects evidence from for the control.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#source_frequency ⇒ String
The frequency of evidence collection for the control mapping source.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#source_keyword ⇒ Types::SourceKeyword
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.
To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the Audit Manager User Guide:
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#source_name ⇒ String
The name of the control mapping data source.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#source_set_up_option ⇒ String
The setup option for the data source, which reflects if the evidence collection is automated or manual.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
Specifies one of the five types of data sources for evidence collection.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |
#troubleshooting_text ⇒ String
The instructions for troubleshooting the control.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1743 class CreateControlMappingSource < Struct.new( :source_name, :source_description, :source_set_up_option, :source_type, :source_keyword, :source_frequency, :troubleshooting_text) SENSITIVE = [] include Aws::Structure end |