Interface CfnAutomationRule.AutomationRulesFindingFiltersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRule.AutomationRulesFindingFiltersProperty.Jsii$Proxy
- Enclosing class:
CfnAutomationRule
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.securityhub.*; AutomationRulesFindingFiltersProperty automationRulesFindingFiltersProperty = AutomationRulesFindingFiltersProperty.builder() .awsAccountId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .companyName(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .complianceAssociatedStandardsId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .complianceSecurityControlId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .complianceStatus(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .confidence(List.of(NumberFilterProperty.builder() .eq(123) .gte(123) .lte(123) .build())) .createdAt(List.of(DateFilterProperty.builder() .dateRange(DateRangeProperty.builder() .unit("unit") .value(123) .build()) .end("end") .start("start") .build())) .criticality(List.of(NumberFilterProperty.builder() .eq(123) .gte(123) .lte(123) .build())) .description(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .firstObservedAt(List.of(DateFilterProperty.builder() .dateRange(DateRangeProperty.builder() .unit("unit") .value(123) .build()) .end("end") .start("start") .build())) .generatorId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .id(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .lastObservedAt(List.of(DateFilterProperty.builder() .dateRange(DateRangeProperty.builder() .unit("unit") .value(123) .build()) .end("end") .start("start") .build())) .noteText(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .noteUpdatedAt(List.of(DateFilterProperty.builder() .dateRange(DateRangeProperty.builder() .unit("unit") .value(123) .build()) .end("end") .start("start") .build())) .noteUpdatedBy(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .productArn(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .productName(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .recordState(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .relatedFindingsId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .relatedFindingsProductArn(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .resourceDetailsOther(List.of(MapFilterProperty.builder() .comparison("comparison") .key("key") .value("value") .build())) .resourceId(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .resourcePartition(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .resourceRegion(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .resourceTags(List.of(MapFilterProperty.builder() .comparison("comparison") .key("key") .value("value") .build())) .resourceType(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .severityLabel(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .sourceUrl(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .title(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .type(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .updatedAt(List.of(DateFilterProperty.builder() .dateRange(DateRangeProperty.builder() .unit("unit") .value(123) .build()) .end("end") .start("start") .build())) .userDefinedFields(List.of(MapFilterProperty.builder() .comparison("comparison") .key("key") .value("value") .build())) .verificationState(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .workflowStatus(List.of(StringFilterProperty.builder() .comparison("comparison") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAutomationRule.AutomationRulesFindingFiltersProperty
static final class
An implementation forCfnAutomationRule.AutomationRulesFindingFiltersProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The AWS account ID in which a finding was generated.default Object
The name of the company for the product that generated the finding.default Object
The unique identifier of a standard in which a control is enabled.default Object
The security control ID for which a finding was generated.default Object
The result of a security check.default Object
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.default Object
A timestamp that indicates when this finding record was created.default Object
The level of importance that is assigned to the resources that are associated with a finding.default Object
A finding's description.default Object
A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.default Object
The identifier for the solution-specific component that generated a finding.default Object
getId()
The product-specific identifier for a finding.default Object
A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.default Object
The text of a user-defined note that's added to a finding.default Object
The timestamp of when the note was updated.default Object
The principal that created a note.default Object
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.default Object
Provides the name of the product that generated the finding.default Object
Provides the current state of a finding.default Object
The product-generated identifier for a related finding.default Object
The ARN for the product that generated a related finding.default Object
Custom fields and values about the resource that a finding pertains to.default Object
The identifier for the given resource type.default Object
The partition in which the resource that the finding pertains to is located.default Object
The AWS Region where the resource that a finding pertains to is located.default Object
A list of AWS tags associated with a resource at the time the finding was processed.default Object
A finding's title.default Object
The severity value of the finding.default Object
Provides a URL that links to a page about the current finding in the finding product.default Object
getTitle()
A finding's title.default Object
getType()
One or more finding types in the format of namespace/category/classifier that classify a finding.default Object
A timestamp that indicates when the finding record was most recently updated.default Object
A list of user-defined name and value string pairs added to a finding.default Object
Provides the veracity of a finding.default Object
Provides information about the status of the investigation into a finding.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The AWS account ID in which a finding was generated.Array Members: Minimum number of 1 item. Maximum number of 100 items.
- See Also:
-
getCompanyName
The name of the company for the product that generated the finding.For control-based findings, the company is AWS .
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getComplianceAssociatedStandardsId
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.
- See Also:
-
getComplianceSecurityControlId
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.
- See Also:
-
getComplianceStatus
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.
- See Also:
-
getConfidence
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 of0
means 0 percent confidence, and a value of100
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 AWS Security Hub User Guide .Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getCreatedAt
A timestamp that indicates when this finding record was created.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
)YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
)YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getCriticality
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 of0
means that the underlying resources have no criticality, and a score of100
is reserved for the most critical resources. For more information, see Criticality in the AWS Security Hub User Guide .Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getDescription
A finding's description.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getFirstObservedAt
A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
)YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
)YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getGeneratorId
The identifier for the solution-specific component that generated a finding.Array Members: Minimum number of 1 item. Maximum number of 100 items.
- See Also:
-
getId
The product-specific identifier for a finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getLastObservedAt
A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
)YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
)YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getNoteText
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.
- See Also:
-
getNoteUpdatedAt
The timestamp of when the note was updated.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
)YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
)YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getNoteUpdatedBy
The principal that created a note.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getProductArn
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.
- See Also:
-
getProductName
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.
- See Also:
-
getRecordState
Provides the current state of a finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getRelatedFindingsId
The product-generated identifier for a related finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getRelatedFindingsProductArn
The ARN for the product that generated a related finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getResourceDetailsOther
Custom fields and values about the resource that a finding pertains to.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getResourceId
The identifier for the given resource type.For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource.
Array Members: Minimum number of 1 item. Maximum number of 100 items.
- See Also:
-
getResourcePartition
The partition in which the resource that the finding pertains to is located.A partition is a group of AWS Regions . Each AWS account is scoped to one partition.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getResourceRegion
The AWS Region where the resource that a finding pertains to is located.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getResourceTags
A list of AWS tags associated with a resource at the time the finding was processed.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getResourceType
A finding's title.Array Members: Minimum number of 1 item. Maximum number of 100 items.
- See Also:
-
getSeverityLabel
The severity value of the finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getSourceUrl
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.
- See Also:
-
getTitle
A finding's title.Array Members: Minimum number of 1 item. Maximum number of 100 items.
- See Also:
-
getType
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 AWS Security Hub User Guide .
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getUpdatedAt
A timestamp that indicates when the finding record was most recently updated.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
)YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
)YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
)YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getUserDefinedFields
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.
- See Also:
-
getVerificationState
Provides the veracity of a finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getWorkflowStatus
Provides information about the status of the investigation into a finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
builder
-