Class: Aws::AuditManager::Types::Evidence
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::Evidence
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_report_selection ⇒ String
Specifies whether the evidence is included in the assessment report.
-
#attributes ⇒ Hash<String,String>
The names and values that are used by the evidence event.
-
#aws_account_id ⇒ String
The identifier for the Amazon Web Services account.
-
#aws_organization ⇒ String
The Amazon Web Services account that the evidence is collected from, and its organization path.
-
#compliance_check ⇒ String
The evaluation status for automated evidence that falls under the compliance check category.
-
#data_source ⇒ String
The data source where the evidence was collected from.
-
#event_name ⇒ String
The name of the evidence event.
-
#event_source ⇒ String
The Amazon Web Service that the evidence is collected from.
-
#evidence_aws_account_id ⇒ String
The identifier for the Amazon Web Services account.
-
#evidence_by_type ⇒ String
The type of automated evidence.
-
#evidence_folder_id ⇒ String
The identifier for the folder that the evidence is stored in.
-
#iam_id ⇒ String
The unique identifier for the user or role that’s associated with the evidence.
-
#id ⇒ String
The identifier for the evidence.
-
#resources_included ⇒ Array<Types::Resource>
The list of resources that are assessed to generate the evidence.
-
#time ⇒ Time
The timestamp that represents when the evidence was collected.
Instance Attribute Details
#assessment_report_selection ⇒ String
Specifies whether the evidence is included in the assessment report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
The names and values that are used by the evidence event. This includes an attribute name (such as ‘allowUsersToChangePassword`) and value (such as `true` or `false`).
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The identifier for the Amazon Web Services account.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#aws_organization ⇒ String
The Amazon Web Services account that the evidence is collected from, and its organization path.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#compliance_check ⇒ String
The evaluation status for automated evidence that falls under the compliance check category.
-
Audit Manager classes evidence as non-compliant if Security Hub reports a Fail result, or if Config reports a Non-compliant result.
-
Audit Manager classes evidence as compliant if Security Hub reports a Pass result, or if Config reports a Compliant result.
-
If a compliance check isn’t available or applicable, then no compliance evaluation can be made for that evidence. This is the case if the evidence uses Config or Security Hub as the underlying data source type, but those services aren’t enabled. This is also the case if the evidence uses an underlying data source type that doesn’t support compliance checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail).
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data source where the evidence was collected from.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#event_name ⇒ String
The name of the evidence event.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#event_source ⇒ String
The Amazon Web Service that the evidence is collected from.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#evidence_aws_account_id ⇒ String
The identifier for the Amazon Web Services account.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#evidence_by_type ⇒ String
The type of automated evidence.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The identifier for the folder that the evidence is stored in.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#iam_id ⇒ String
The unique identifier for the user or role that’s associated with the evidence.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the evidence.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#resources_included ⇒ Array<Types::Resource>
The list of resources that are assessed to generate the evidence.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Time
The timestamp that represents when the evidence was collected.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2333 class Evidence < Struct.new( :data_source, :evidence_aws_account_id, :time, :event_source, :event_name, :evidence_by_type, :resources_included, :attributes, :iam_id, :compliance_check, :aws_organization, :aws_account_id, :evidence_folder_id, :id, :assessment_report_selection) SENSITIVE = [] include Aws::Structure end |