Class: Aws::SecurityHub::Types::AutomationRulesFindingFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AutomationRulesFindingFilters
- 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
-
#aws_account_id ⇒ Array<Types::StringFilter>
The Amazon Web Services account ID in which a finding was generated.
-
#aws_account_name ⇒ Array<Types::StringFilter>
The name of the Amazon Web Services account in which a finding was generated.
-
#company_name ⇒ Array<Types::StringFilter>
The name of the company for the product that generated the finding.
-
#compliance_associated_standards_id ⇒ Array<Types::StringFilter>
The unique identifier of a standard in which a control is enabled.
-
#compliance_security_control_id ⇒ Array<Types::StringFilter>
The security control ID for which a finding was generated.
-
#compliance_status ⇒ Array<Types::StringFilter>
The result of a security check.
-
#confidence ⇒ Array<Types::NumberFilter>
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
-
#created_at ⇒ Array<Types::DateFilter>
A timestamp that indicates when this finding record was created.
-
#criticality ⇒ Array<Types::NumberFilter>
The level of importance that is assigned to the resources that are associated with a finding.
-
#description ⇒ Array<Types::StringFilter>
A finding's description.
-
#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.
-
#generator_id ⇒ Array<Types::StringFilter>
The identifier for the solution-specific component that generated a finding.
-
#id ⇒ Array<Types::StringFilter>
The product-specific identifier for a finding.
-
#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.
-
#note_text ⇒ Array<Types::StringFilter>
The text of a user-defined note that's added to a finding.
-
#note_updated_at ⇒ Array<Types::DateFilter>
The timestamp of when the note was updated.
-
#note_updated_by ⇒ Array<Types::StringFilter>
The principal that created a note.
-
#product_arn ⇒ Array<Types::StringFilter>
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
-
#product_name ⇒ Array<Types::StringFilter>
Provides the name of the product that generated the finding.
-
#record_state ⇒ Array<Types::StringFilter>
Provides the current state of a finding.
-
#related_findings_id ⇒ Array<Types::StringFilter>
The product-generated identifier for a related finding.
-
#related_findings_product_arn ⇒ Array<Types::StringFilter>
The ARN for the product that generated a related finding.
-
#resource_application_arn ⇒ Array<Types::StringFilter>
The Amazon Resource Name (ARN) of the application that is related to a finding.
-
#resource_application_name ⇒ Array<Types::StringFilter>
The name of the application that is related to a finding.
-
#resource_details_other ⇒ Array<Types::MapFilter>
Custom fields and values about the resource that a finding pertains to.
-
#resource_id ⇒ Array<Types::StringFilter>
The identifier for the given resource type.
-
#resource_partition ⇒ Array<Types::StringFilter>
The partition in which the resource that the finding pertains to is located.
-
#resource_region ⇒ Array<Types::StringFilter>
The Amazon Web Services Region where the resource that a finding pertains to is located.
-
#resource_tags ⇒ Array<Types::MapFilter>
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
-
#resource_type ⇒ Array<Types::StringFilter>
The type of resource that the finding pertains to.
-
#severity_label ⇒ Array<Types::StringFilter>
The severity value of the finding.
-
#source_url ⇒ Array<Types::StringFilter>
Provides a URL that links to a page about the current finding in the finding product.
-
#title ⇒ Array<Types::StringFilter>
A finding's title.
-
#type ⇒ Array<Types::StringFilter>
One or more finding types in the format of namespace/category/classifier that classify a finding.
-
#updated_at ⇒ Array<Types::DateFilter>
A timestamp that indicates when the finding record was most recently updated.
-
#user_defined_fields ⇒ Array<Types::MapFilter>
A list of user-defined name and value string pairs added to a finding.
-
#verification_state ⇒ Array<Types::StringFilter>
Provides the veracity of a finding.
-
#workflow_status ⇒ Array<Types::StringFilter>
Provides information about the status of the investigation into a finding.
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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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 User Guide.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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, see Timestamps.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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 User Guide.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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, see Timestamps.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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, see Timestamps.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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, see Timestamps.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) SENSITIVE = [] include Aws::Structure end |
#related_findings_id ⇒ Array<Types::StringFilter>
The product-generated identifier for a related finding.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) SENSITIVE = [] include Aws::Structure end |
#related_findings_product_arn ⇒ Array<Types::StringFilter>
The ARN for the product that generated a related finding.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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 User Guide.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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, see Timestamps.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) 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.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1063 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) SENSITIVE = [] include Aws::Structure end |