Class: Aws::SecurityHub::Types::AutomationRulesFindingFilters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The criteria that determine which findings a rule applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ Array<Types::StringFilter>

The Amazon Web Services account ID in which a finding was generated.

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_name ⇒ Array<Types::StringFilter>

The name of the Amazon Web Services account in which a finding was generated.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#company_name ⇒ Array<Types::StringFilter>

The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_associated_standards_id ⇒ Array<Types::StringFilter>

The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_security_control_id ⇒ Array<Types::StringFilter>

The security control ID for which a finding was generated. Security control IDs are the same across standards.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_status ⇒ Array<Types::StringFilter>

The result of a security check. This field is only used for findings generated from controls.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#confidence ⇒ Array<Types::NumberFilter>

The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub CSPM User Guide.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Array<Types::DateFilter>

A timestamp that indicates when this finding record was created.

For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#criticality ⇒ Array<Types::NumberFilter>

The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub CSPM User Guide.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ Array<Types::StringFilter>

A finding's description.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#first_observed_at ⇒ Array<Types::DateFilter>

A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#generator_id ⇒ Array<Types::StringFilter>

The identifier for the solution-specific component that generated a finding.

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ Array<Types::StringFilter>

The product-specific identifier for a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_observed_at ⇒ Array<Types::DateFilter>

A timestamp that indicates when the security findings provider most recently observed a change in the resource that is involved in the finding.

For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#note_text ⇒ Array<Types::StringFilter>

The text of a user-defined note that's added to a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#note_updated_at ⇒ Array<Types::DateFilter>

The timestamp of when the note was updated.

For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#note_updated_by ⇒ Array<Types::StringFilter>

The principal that created a note.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_arn ⇒ Array<Types::StringFilter>

The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub CSPM.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_name ⇒ Array<Types::StringFilter>

Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub CSPM.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#record_state ⇒ Array<Types::StringFilter>

Provides the current state of a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

The product-generated identifier for a related finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

The ARN for the product that generated a related finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_application_arn ⇒ Array<Types::StringFilter>

The Amazon Resource Name (ARN) of the application that is related to a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_application_name ⇒ Array<Types::StringFilter>

The name of the application that is related to a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_details_other ⇒ Array<Types::MapFilter>

Custom fields and values about the resource that a finding pertains to.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_id ⇒ Array<Types::StringFilter>

The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Services service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_account_id ⇒ Array<Types::StringFilter>

The unique identifier of the account that owns the resource that the finding applies to, for example, Azure Subscription Id or Amazon Web Services Account Id

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_org_id ⇒ Array<Types::StringFilter>

The unique identifier of the organization that owns the resource that the finding applies to, for example, Azure Tenant Id

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_partition ⇒ Array<Types::StringFilter>

The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_provider ⇒ Array<Types::StringFilter>

The cloud provider that the resource belongs to. Valid values are AWS and Azure.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_region ⇒ Array<Types::StringFilter>

The Amazon Web Services Region where the resource that a finding pertains to is located.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tags ⇒ Array<Types::MapFilter>

A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ Array<Types::StringFilter>

The type of resource that the finding pertains to.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#severity_label ⇒ Array<Types::StringFilter>

The severity value of the finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_url ⇒ Array<Types::StringFilter>

Provides a URL that links to a page about the current finding in the finding product.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ Array<Types::StringFilter>

A finding's title.

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ Array<Types::StringFilter>

One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub CSPM User Guide.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Array<Types::DateFilter>

A timestamp that indicates when the finding record was most recently updated.

For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_defined_fields ⇒ Array<Types::MapFilter>

A list of user-defined name and value string pairs added to a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#verification_state ⇒ Array<Types::StringFilter>

Provides the veracity of a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_status ⇒ Array<Types::StringFilter>

Provides information about the status of the investigation into a finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Returns:



1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1293

class AutomationRulesFindingFilters < Struct.new(
  :product_arn,
  :aws_account_id,
  :id,
  :generator_id,
  :type,
  :first_observed_at,
  :last_observed_at,
  :created_at,
  :updated_at,
  :confidence,
  :criticality,
  :title,
  :description,
  :source_url,
  :product_name,
  :company_name,
  :severity_label,
  :resource_type,
  :resource_id,
  :resource_partition,
  :resource_region,
  :resource_tags,
  :resource_details_other,
  :compliance_status,
  :compliance_security_control_id,
  :compliance_associated_standards_id,
  :verification_state,
  :workflow_status,
  :record_state,
  :related_findings_product_arn,
  :related_findings_id,
  :note_text,
  :note_updated_at,
  :note_updated_by,
  :user_defined_fields,
  :resource_application_arn,
  :resource_application_name,
  :aws_account_name,
  :resource_provider,
  :resource_owner_account_id,
  :resource_owner_org_id)
  SENSITIVE = []
  include Aws::Structure
end