CfnAutomationRulePropsMixin

class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnAutomationRulePropsMixin(props, *, strategy=None)

Bases: Mixin

The AWS::SecurityHub::AutomationRule resource specifies an automation rule based on input parameters.

For more information, see Automation rules in the Security Hub User Guide .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-automationrule.html

CloudformationResource:

AWS::SecurityHub::AutomationRule

Mixin:

true

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview import mixins
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

cfn_automation_rule_props_mixin = securityhub_mixins.CfnAutomationRulePropsMixin(securityhub_mixins.CfnAutomationRuleMixinProps(
    actions=[securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesActionProperty(
        finding_fields_update=securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty(
            confidence=123,
            criticality=123,
            note=securityhub_mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty(
                text="text",
                updated_by="updatedBy"
            ),
            related_findings=[securityhub_mixins.CfnAutomationRulePropsMixin.RelatedFindingProperty(
                id="id",
                product_arn="productArn"
            )],
            severity=securityhub_mixins.CfnAutomationRulePropsMixin.SeverityUpdateProperty(
                label="label",
                normalized=123,
                product=123
            ),
            types=["types"],
            user_defined_fields={
                "user_defined_fields_key": "userDefinedFields"
            },
            verification_state="verificationState",
            workflow=securityhub_mixins.CfnAutomationRulePropsMixin.WorkflowUpdateProperty(
                status="status"
            )
        ),
        type="type"
    )],
    criteria=securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesFindingFiltersProperty(
        aws_account_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        company_name=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        compliance_associated_standards_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        compliance_security_control_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        compliance_status=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        confidence=[securityhub_mixins.CfnAutomationRulePropsMixin.NumberFilterProperty(
            eq=123,
            gte=123,
            lte=123
        )],
        created_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
            date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
                unit="unit",
                value=123
            ),
            end="end",
            start="start"
        )],
        criticality=[securityhub_mixins.CfnAutomationRulePropsMixin.NumberFilterProperty(
            eq=123,
            gte=123,
            lte=123
        )],
        description=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        first_observed_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
            date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
                unit="unit",
                value=123
            ),
            end="end",
            start="start"
        )],
        generator_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        last_observed_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
            date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
                unit="unit",
                value=123
            ),
            end="end",
            start="start"
        )],
        note_text=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        note_updated_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
            date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
                unit="unit",
                value=123
            ),
            end="end",
            start="start"
        )],
        note_updated_by=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        product_arn=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        product_name=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        record_state=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        related_findings_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        related_findings_product_arn=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        resource_details_other=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
            comparison="comparison",
            key="key",
            value="value"
        )],
        resource_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        resource_partition=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        resource_region=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        resource_tags=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
            comparison="comparison",
            key="key",
            value="value"
        )],
        resource_type=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        severity_label=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        source_url=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        title=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        type=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        updated_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
            date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
                unit="unit",
                value=123
            ),
            end="end",
            start="start"
        )],
        user_defined_fields=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
            comparison="comparison",
            key="key",
            value="value"
        )],
        verification_state=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )],
        workflow_status=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
            comparison="comparison",
            value="value"
        )]
    ),
    description="description",
    is_terminal=False,
    rule_name="ruleName",
    rule_order=123,
    rule_status="ruleStatus",
    tags={
        "tags_key": "tags"
    }
),
    strategy=mixins.PropertyMergeStrategy.OVERRIDE
)

Create a mixin to apply properties to AWS::SecurityHub::AutomationRule.

Parameters:

Methods

apply_to(construct)

Apply the mixin properties to the construct.

Parameters:

construct (IConstruct)

Return type:

IConstruct

supports(construct)

Check if this mixin supports the given construct.

Parameters:

construct (IConstruct)

Return type:

bool

Attributes

CFN_PROPERTY_KEYS = ['actions', 'criteria', 'description', 'isTerminal', 'ruleName', 'ruleOrder', 'ruleStatus', 'tags']

Static Methods

classmethod is_mixin(x)

(experimental) Checks if x is a Mixin.

Parameters:

x (Any) – Any object.

Return type:

bool

Returns:

true if x is an object created from a class which extends Mixin.

Stability:

experimental

AutomationRulesActionProperty

class CfnAutomationRulePropsMixin.AutomationRulesActionProperty(*, finding_fields_update=None, type=None)

Bases: object

One or more actions that Security Hub takes when a finding matches the defined criteria of a rule.

Parameters:
  • finding_fields_update (Union[IResolvable, AutomationRulesFindingFieldsUpdateProperty, Dict[str, Any], None]) – Specifies that the automation rule action is an update to a finding field.

  • type (Optional[str]) – Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesaction.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

automation_rules_action_property = securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesActionProperty(
    finding_fields_update=securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty(
        confidence=123,
        criticality=123,
        note=securityhub_mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty(
            text="text",
            updated_by="updatedBy"
        ),
        related_findings=[securityhub_mixins.CfnAutomationRulePropsMixin.RelatedFindingProperty(
            id="id",
            product_arn="productArn"
        )],
        severity=securityhub_mixins.CfnAutomationRulePropsMixin.SeverityUpdateProperty(
            label="label",
            normalized=123,
            product=123
        ),
        types=["types"],
        user_defined_fields={
            "user_defined_fields_key": "userDefinedFields"
        },
        verification_state="verificationState",
        workflow=securityhub_mixins.CfnAutomationRulePropsMixin.WorkflowUpdateProperty(
            status="status"
        )
    ),
    type="type"
)

Attributes

finding_fields_update

Specifies that the automation rule action is an update to a finding field.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesaction.html#cfn-securityhub-automationrule-automationrulesaction-findingfieldsupdate

type

Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesaction.html#cfn-securityhub-automationrule-automationrulesaction-type

AutomationRulesFindingFieldsUpdateProperty

class CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty(*, confidence=None, criticality=None, note=None, related_findings=None, severity=None, types=None, user_defined_fields=None, verification_state=None, workflow=None)

Bases: object

Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria.

Parameters:
  • confidence (Union[int, float, None]) – The rule action updates the Confidence field of a finding.

  • criticality (Union[int, float, None]) – The rule action updates the Criticality field of a finding.

  • note (Union[IResolvable, NoteUpdateProperty, Dict[str, Any], None]) – The rule action will update the Note field of a finding.

  • related_findings (Union[IResolvable, Sequence[Union[IResolvable, RelatedFindingProperty, Dict[str, Any]]], None]) – The rule action will update the RelatedFindings field of a finding.

  • severity (Union[IResolvable, SeverityUpdateProperty, Dict[str, Any], None]) – The rule action will update the Severity field of a finding.

  • types (Optional[Sequence[str]]) – The rule action updates the Types field of a finding.

  • user_defined_fields (Union[Mapping[str, str], IResolvable, None]) – The rule action updates the UserDefinedFields field of a finding.

  • verification_state (Optional[str]) – The rule action updates the VerificationState field of a finding.

  • workflow (Union[IResolvable, WorkflowUpdateProperty, Dict[str, Any], None]) – The rule action will update the Workflow field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

automation_rules_finding_fields_update_property = securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesFindingFieldsUpdateProperty(
    confidence=123,
    criticality=123,
    note=securityhub_mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty(
        text="text",
        updated_by="updatedBy"
    ),
    related_findings=[securityhub_mixins.CfnAutomationRulePropsMixin.RelatedFindingProperty(
        id="id",
        product_arn="productArn"
    )],
    severity=securityhub_mixins.CfnAutomationRulePropsMixin.SeverityUpdateProperty(
        label="label",
        normalized=123,
        product=123
    ),
    types=["types"],
    user_defined_fields={
        "user_defined_fields_key": "userDefinedFields"
    },
    verification_state="verificationState",
    workflow=securityhub_mixins.CfnAutomationRulePropsMixin.WorkflowUpdateProperty(
        status="status"
    )
)

Attributes

confidence

The rule action updates the Confidence field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-confidence

criticality

The rule action updates the Criticality field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-criticality

note

The rule action will update the Note field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-note

related_findings

The rule action will update the RelatedFindings field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-relatedfindings

severity

The rule action will update the Severity field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-severity

types

The rule action updates the Types field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-types

user_defined_fields

The rule action updates the UserDefinedFields field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-userdefinedfields

verification_state

The rule action updates the VerificationState field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-verificationstate

workflow

The rule action will update the Workflow field of a finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfieldsupdate.html#cfn-securityhub-automationrule-automationrulesfindingfieldsupdate-workflow

AutomationRulesFindingFiltersProperty

class CfnAutomationRulePropsMixin.AutomationRulesFindingFiltersProperty(*, aws_account_id=None, company_name=None, compliance_associated_standards_id=None, compliance_security_control_id=None, compliance_status=None, confidence=None, created_at=None, criticality=None, description=None, first_observed_at=None, generator_id=None, id=None, last_observed_at=None, note_text=None, note_updated_at=None, note_updated_by=None, product_arn=None, product_name=None, record_state=None, related_findings_id=None, related_findings_product_arn=None, resource_details_other=None, resource_id=None, resource_partition=None, resource_region=None, resource_tags=None, resource_type=None, severity_label=None, source_url=None, title=None, type=None, updated_at=None, user_defined_fields=None, verification_state=None, workflow_status=None)

Bases: object

The criteria that determine which findings a rule applies to.

Parameters:
  • aws_account_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The AWS account ID in which a finding was generated. Array Members: Minimum number of 1 item. Maximum number of 100 items.

  • company_name (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • compliance_associated_standards_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • compliance_security_control_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • compliance_status (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • confidence (Union[IResolvable, Sequence[Union[IResolvable, NumberFilterProperty, Dict[str, Any]]], None]) – 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.

  • created_at (Union[IResolvable, Sequence[Union[IResolvable, DateFilterProperty, Dict[str, Any]]], None]) – 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.

  • criticality (Union[IResolvable, Sequence[Union[IResolvable, NumberFilterProperty, Dict[str, Any]]], None]) – 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.

  • description (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – A finding’s description. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • first_observed_at (Union[IResolvable, Sequence[Union[IResolvable, DateFilterProperty, Dict[str, Any]]], None]) –

    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.

  • generator_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The identifier for the solution-specific component that generated a finding. Array Members: Minimum number of 1 item. Maximum number of 100 items.

  • id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The product-specific identifier for a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • last_observed_at (Union[IResolvable, Sequence[Union[IResolvable, DateFilterProperty, Dict[str, Any]]], None]) –

    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.

  • note_text (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • note_updated_at (Union[IResolvable, Sequence[Union[IResolvable, DateFilterProperty, Dict[str, Any]]], None]) –

    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.

  • note_updated_by (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The principal that created a note. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • product_arn (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • product_name (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • record_state (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – Provides the current state of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • related_findings_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • related_findings_product_arn (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The ARN for the product that generated a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • resource_details_other (Union[IResolvable, Sequence[Union[IResolvable, MapFilterProperty, Dict[str, Any]]], None]) – Custom fields and values about the resource that a finding pertains to. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • resource_id (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • resource_partition (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • resource_region (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • resource_tags (Union[IResolvable, Sequence[Union[IResolvable, MapFilterProperty, Dict[str, Any]]], None]) – 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.

  • resource_type (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – A finding’s title. Array Members: Minimum number of 1 item. Maximum number of 100 items.

  • severity_label (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – The severity value of the finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • source_url (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • title (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – A finding’s title. Array Members: Minimum number of 1 item. Maximum number of 100 items.

  • type (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – 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.

  • updated_at (Union[IResolvable, Sequence[Union[IResolvable, DateFilterProperty, Dict[str, Any]]], None]) –

    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.

  • user_defined_fields (Union[IResolvable, Sequence[Union[IResolvable, MapFilterProperty, Dict[str, Any]]], None]) – 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.

  • verification_state (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – Provides the veracity of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • workflow_status (Union[IResolvable, Sequence[Union[IResolvable, StringFilterProperty, Dict[str, Any]]], None]) – Provides information about the status of the investigation into a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

automation_rules_finding_filters_property = securityhub_mixins.CfnAutomationRulePropsMixin.AutomationRulesFindingFiltersProperty(
    aws_account_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    company_name=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    compliance_associated_standards_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    compliance_security_control_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    compliance_status=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    confidence=[securityhub_mixins.CfnAutomationRulePropsMixin.NumberFilterProperty(
        eq=123,
        gte=123,
        lte=123
    )],
    created_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
        date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
            unit="unit",
            value=123
        ),
        end="end",
        start="start"
    )],
    criticality=[securityhub_mixins.CfnAutomationRulePropsMixin.NumberFilterProperty(
        eq=123,
        gte=123,
        lte=123
    )],
    description=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    first_observed_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
        date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
            unit="unit",
            value=123
        ),
        end="end",
        start="start"
    )],
    generator_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    last_observed_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
        date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
            unit="unit",
            value=123
        ),
        end="end",
        start="start"
    )],
    note_text=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    note_updated_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
        date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
            unit="unit",
            value=123
        ),
        end="end",
        start="start"
    )],
    note_updated_by=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    product_arn=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    product_name=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    record_state=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    related_findings_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    related_findings_product_arn=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    resource_details_other=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
        comparison="comparison",
        key="key",
        value="value"
    )],
    resource_id=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    resource_partition=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    resource_region=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    resource_tags=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
        comparison="comparison",
        key="key",
        value="value"
    )],
    resource_type=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    severity_label=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    source_url=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    title=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    type=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    updated_at=[securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
        date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
            unit="unit",
            value=123
        ),
        end="end",
        start="start"
    )],
    user_defined_fields=[securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
        comparison="comparison",
        key="key",
        value="value"
    )],
    verification_state=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )],
    workflow_status=[securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
        comparison="comparison",
        value="value"
    )]
)

Attributes

aws_account_id

The AWS account ID in which a finding was generated.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-awsaccountid

company_name

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-companyname

compliance_associated_standards_id

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-complianceassociatedstandardsid

compliance_security_control_id

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-compliancesecuritycontrolid

compliance_status

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-compliancestatus

confidence

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-confidence

created_at

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-createdat

criticality

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-criticality

description

A finding’s description.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-description

first_observed_at

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-firstobservedat

generator_id

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

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-generatorid

id

The product-specific identifier for a finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-id

last_observed_at

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-lastobservedat

note_text

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-notetext

note_updated_at

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-noteupdatedat

note_updated_by

The principal that created a note.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-noteupdatedby

product_arn

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-productarn

product_name

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-productname

record_state

Provides the current state of a finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-recordstate

related_findings_id

The product-generated identifier for a related finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-relatedfindingsid

related_findings_product_arn

The ARN for the product that generated a related finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-relatedfindingsproductarn

resource_details_other

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcedetailsother

resource_id

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourceid

resource_partition

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcepartition

resource_region

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourceregion

resource_tags

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcetags

resource_type

A finding’s title.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcetype

severity_label

The severity value of the finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-severitylabel

source_url

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-sourceurl

title

A finding’s title.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-title

type

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-type

updated_at

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-updatedat

user_defined_fields

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-userdefinedfields

verification_state

Provides the veracity of a finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-verificationstate

workflow_status

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

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-workflowstatus

DateFilterProperty

class CfnAutomationRulePropsMixin.DateFilterProperty(*, date_range=None, end=None, start=None)

Bases: object

A date filter for querying findings.

Parameters:
  • date_range (Union[IResolvable, DateRangeProperty, Dict[str, Any], None]) – A date range for the date filter.

  • end (Optional[str]) –

    A timestamp that provides the end date for the date filter. For more information about the validation and formatting of timestamp fields in Security Hub , see Timestamps .

  • start (Optional[str]) –

    A timestamp that provides the start date for the date filter. For more information about the validation and formatting of timestamp fields in Security Hub , see Timestamps .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

date_filter_property = securityhub_mixins.CfnAutomationRulePropsMixin.DateFilterProperty(
    date_range=securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
        unit="unit",
        value=123
    ),
    end="end",
    start="start"
)

Attributes

date_range

A date range for the date filter.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html#cfn-securityhub-automationrule-datefilter-daterange

end

A timestamp that provides the end date for the date filter.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html#cfn-securityhub-automationrule-datefilter-end

start

A timestamp that provides the start date for the date filter.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html#cfn-securityhub-automationrule-datefilter-start

DateRangeProperty

class CfnAutomationRulePropsMixin.DateRangeProperty(*, unit=None, value=None)

Bases: object

A date range for the date filter.

Parameters:
  • unit (Optional[str]) – A date range unit for the date filter.

  • value (Union[int, float, None]) – A date range value for the date filter.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-daterange.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

date_range_property = securityhub_mixins.CfnAutomationRulePropsMixin.DateRangeProperty(
    unit="unit",
    value=123
)

Attributes

unit

A date range unit for the date filter.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-daterange.html#cfn-securityhub-automationrule-daterange-unit

value

A date range value for the date filter.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-daterange.html#cfn-securityhub-automationrule-daterange-value

MapFilterProperty

class CfnAutomationRulePropsMixin.MapFilterProperty(*, comparison=None, key=None, value=None)

Bases: object

A map filter for filtering Security Hub findings.

Each map filter provides the field to check for, the value to check for, and the comparison operator.

Parameters:
  • comparison (Optional[str]) –

    The condition to apply to the key value when filtering Security Hub findings with a map filter. To search for values that have the filter value, use one of the following comparison operators: - To search for values that include the filter value, use CONTAINS . For example, for the ResourceTags field, the filter Department CONTAINS Security matches findings that include the value Security for the Department tag. In the same example, a finding with a value of Security team for the Department tag is a match. - To search for values that exactly match the filter value, use EQUALS . For example, for the ResourceTags field, the filter Department EQUALS Security matches findings that have the value Security for the Department tag. CONTAINS and EQUALS filters on the same field are joined by OR . A finding matches if it matches any one of those filters. For example, the filters Department CONTAINS Security OR Department CONTAINS Finance match a finding that includes either Security , Finance , or both values. To search for values that don’t have the filter value, use one of the following comparison operators: - To search for values that exclude the filter value, use NOT_CONTAINS . For example, for the ResourceTags field, the filter Department NOT_CONTAINS Finance matches findings that exclude the value Finance for the Department tag. - To search for values other than the filter value, use NOT_EQUALS . For example, for the ResourceTags field, the filter Department NOT_EQUALS Finance matches findings that don’t have the value Finance for the Department tag. NOT_CONTAINS and NOT_EQUALS filters on the same field are joined by AND . A finding matches only if it matches all of those filters. For example, the filters Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance match a finding that excludes both the Security and Finance values. CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters. You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can’t have both an EQUALS filter and a NOT_EQUALS filter on the same field. Combining filters in this way returns an error. CONTAINS and NOT_CONTAINS operators can be used only with automation rules. For more information, see Automation rules in the Security Hub User Guide .

  • key (Optional[str]) – The key of the map filter. For example, for ResourceTags , Key identifies the name of the tag. For UserDefinedFields , Key is the name of the field.

  • value (Optional[str]) – The value for the key in the map filter. Filter values are case sensitive. For example, one of the values for a tag called Department might be Security . If you provide security as the filter value, then there’s no match.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-mapfilter.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

map_filter_property = securityhub_mixins.CfnAutomationRulePropsMixin.MapFilterProperty(
    comparison="comparison",
    key="key",
    value="value"
)

Attributes

comparison

The condition to apply to the key value when filtering Security Hub findings with a map filter.

To search for values that have the filter value, use one of the following comparison operators:

  • To search for values that include the filter value, use CONTAINS . For example, for the ResourceTags field, the filter Department CONTAINS Security matches findings that include the value Security for the Department tag. In the same example, a finding with a value of Security team for the Department tag is a match.

  • To search for values that exactly match the filter value, use EQUALS . For example, for the ResourceTags field, the filter Department EQUALS Security matches findings that have the value Security for the Department tag.

CONTAINS and EQUALS filters on the same field are joined by OR . A finding matches if it matches any one of those filters. For example, the filters Department CONTAINS Security OR Department CONTAINS Finance match a finding that includes either Security , Finance , or both values.

To search for values that don’t have the filter value, use one of the following comparison operators:

  • To search for values that exclude the filter value, use NOT_CONTAINS . For example, for the ResourceTags field, the filter Department NOT_CONTAINS Finance matches findings that exclude the value Finance for the Department tag.

  • To search for values other than the filter value, use NOT_EQUALS . For example, for the ResourceTags field, the filter Department NOT_EQUALS Finance matches findings that don’t have the value Finance for the Department tag.

NOT_CONTAINS and NOT_EQUALS filters on the same field are joined by AND . A finding matches only if it matches all of those filters. For example, the filters Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance match a finding that excludes both the Security and Finance values.

CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters.

You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can’t have both an EQUALS filter and a NOT_EQUALS filter on the same field. Combining filters in this way returns an error.

CONTAINS and NOT_CONTAINS operators can be used only with automation rules. For more information, see Automation rules in the Security Hub User Guide .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-mapfilter.html#cfn-securityhub-automationrule-mapfilter-comparison

key

The key of the map filter.

For example, for ResourceTags , Key identifies the name of the tag. For UserDefinedFields , Key is the name of the field.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-mapfilter.html#cfn-securityhub-automationrule-mapfilter-key

value

The value for the key in the map filter.

Filter values are case sensitive. For example, one of the values for a tag called Department might be Security . If you provide security as the filter value, then there’s no match.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-mapfilter.html#cfn-securityhub-automationrule-mapfilter-value

NoteUpdateProperty

class CfnAutomationRulePropsMixin.NoteUpdateProperty(*, text=None, updated_by=None)

Bases: object

The updated note.

Parameters:
  • text (Optional[str]) – The updated note text.

  • updated_by (Optional[str]) – The principal that updated the note.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-noteupdate.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

note_update_property = securityhub_mixins.CfnAutomationRulePropsMixin.NoteUpdateProperty(
    text="text",
    updated_by="updatedBy"
)

Attributes

text

The updated note text.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-noteupdate.html#cfn-securityhub-automationrule-noteupdate-text

updated_by

The principal that updated the note.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-noteupdate.html#cfn-securityhub-automationrule-noteupdate-updatedby

NumberFilterProperty

class CfnAutomationRulePropsMixin.NumberFilterProperty(*, eq=None, gte=None, lte=None)

Bases: object

A number filter for querying findings.

Parameters:
  • eq (Union[int, float, None]) – The equal-to condition to be applied to a single field when querying for findings.

  • gte (Union[int, float, None]) – The greater-than-equal condition to be applied to a single field when querying for findings.

  • lte (Union[int, float, None]) – The less-than-equal condition to be applied to a single field when querying for findings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-numberfilter.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

number_filter_property = securityhub_mixins.CfnAutomationRulePropsMixin.NumberFilterProperty(
    eq=123,
    gte=123,
    lte=123
)

Attributes

eq

The equal-to condition to be applied to a single field when querying for findings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-numberfilter.html#cfn-securityhub-automationrule-numberfilter-eq

gte

The greater-than-equal condition to be applied to a single field when querying for findings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-numberfilter.html#cfn-securityhub-automationrule-numberfilter-gte

lte

The less-than-equal condition to be applied to a single field when querying for findings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-numberfilter.html#cfn-securityhub-automationrule-numberfilter-lte

RelatedFindingProperty

class CfnAutomationRulePropsMixin.RelatedFindingProperty(*, id=None, product_arn=None)

Bases: object

Provides details about a list of findings that the current finding relates to.

Parameters:
  • id (Optional[str]) – The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.

  • product_arn (Optional[str]) – The Amazon Resource Name (ARN) for the product that generated a related finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-relatedfinding.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

related_finding_property = securityhub_mixins.CfnAutomationRulePropsMixin.RelatedFindingProperty(
    id="id",
    product_arn="productArn"
)

Attributes

id

The product-generated identifier for a related finding.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-relatedfinding.html#cfn-securityhub-automationrule-relatedfinding-id

product_arn

The Amazon Resource Name (ARN) for the product that generated a related finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-relatedfinding.html#cfn-securityhub-automationrule-relatedfinding-productarn

SeverityUpdateProperty

class CfnAutomationRulePropsMixin.SeverityUpdateProperty(*, label=None, normalized=None, product=None)

Bases: object

Updates to the severity information for a finding.

Parameters:
  • label (Optional[str]) – The severity value of the finding. The allowed values are the following. - INFORMATIONAL - No issue was found. - LOW - The issue does not require action on its own. - MEDIUM - The issue must be addressed but not urgently. - HIGH - The issue must be addressed as a priority. - CRITICAL - The issue must be remediated immediately to avoid it escalating.

  • normalized (Union[int, float, None]) – The normalized severity for the finding. This attribute is to be deprecated in favor of Label . If you provide Normalized and don’t provide Label , Label is set automatically as follows. - 0 - INFORMATIONAL - 1–39 - LOW - 40–69 - MEDIUM - 70–89 - HIGH - 90–100 - CRITICAL

  • product (Union[int, float, None]) – The native severity as defined by the AWS service or integrated partner product that generated the finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

severity_update_property = securityhub_mixins.CfnAutomationRulePropsMixin.SeverityUpdateProperty(
    label="label",
    normalized=123,
    product=123
)

Attributes

label

The severity value of the finding. The allowed values are the following.

  • INFORMATIONAL - No issue was found.

  • LOW - The issue does not require action on its own.

  • MEDIUM - The issue must be addressed but not urgently.

  • HIGH - The issue must be addressed as a priority.

  • CRITICAL - The issue must be remediated immediately to avoid it escalating.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-label

normalized

The normalized severity for the finding. This attribute is to be deprecated in favor of Label .

If you provide Normalized and don’t provide Label , Label is set automatically as follows.

  • 0 - INFORMATIONAL

  • 1–39 - LOW

  • 40–69 - MEDIUM

  • 70–89 - HIGH

  • 90–100 - CRITICAL

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-normalized

product

The native severity as defined by the AWS service or integrated partner product that generated the finding.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-severityupdate.html#cfn-securityhub-automationrule-severityupdate-product

StringFilterProperty

class CfnAutomationRulePropsMixin.StringFilterProperty(*, comparison=None, value=None)

Bases: object

A string filter for filtering Security Hub findings.

Parameters:
  • comparison (Optional[str]) –

    The condition to apply to a string value when filtering Security Hub findings. To search for values that have the filter value, use one of the following comparison operators: - To search for values that include the filter value, use CONTAINS . For example, the filter Title CONTAINS CloudFront matches findings that have a Title that includes the string CloudFront. - To search for values that exactly match the filter value, use EQUALS . For example, the filter AwsAccountId EQUALS 123456789012 only matches findings that have an account ID of 123456789012 . - To search for values that start with the filter value, use PREFIX . For example, the filter ResourceRegion PREFIX us matches findings that have a ResourceRegion that starts with us . A ResourceRegion that starts with a different value, such as af , ap , or ca , doesn’t match. CONTAINS , EQUALS , and PREFIX filters on the same field are joined by OR . A finding matches if it matches any one of those filters. For example, the filters Title CONTAINS CloudFront OR Title CONTAINS CloudWatch match a finding that includes either CloudFront , CloudWatch , or both strings in the title. To search for values that don’t have the filter value, use one of the following comparison operators: - To search for values that exclude the filter value, use NOT_CONTAINS . For example, the filter Title NOT_CONTAINS CloudFront matches findings that have a Title that excludes the string CloudFront. - To search for values other than the filter value, use NOT_EQUALS . For example, the filter AwsAccountId NOT_EQUALS 123456789012 only matches findings that have an account ID other than 123456789012 . - To search for values that don’t start with the filter value, use PREFIX_NOT_EQUALS . For example, the filter ResourceRegion PREFIX_NOT_EQUALS us matches findings with a ResourceRegion that starts with a value other than us . NOT_CONTAINS , NOT_EQUALS , and PREFIX_NOT_EQUALS filters on the same field are joined by AND . A finding matches only if it matches all of those filters. For example, the filters Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch match a finding that excludes both CloudFront and CloudWatch in the title. You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can’t provide both an EQUALS filter and a NOT_EQUALS or PREFIX_NOT_EQUALS filter on the same field. Combining filters in this way returns an error. CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters. You can combine PREFIX filters with NOT_EQUALS or PREFIX_NOT_EQUALS filters for the same field. Security Hub first processes the PREFIX filters, and then the NOT_EQUALS or PREFIX_NOT_EQUALS filters. For example, for the following filters, Security Hub first identifies findings that have resource types that start with either AwsIam or AwsEc2 . It then excludes findings that have a resource type of AwsIamPolicy and findings that have a resource type of AwsEc2NetworkInterface . - ResourceType PREFIX AwsIam - ResourceType PREFIX AwsEc2 - ResourceType NOT_EQUALS AwsIamPolicy - ResourceType NOT_EQUALS AwsEc2NetworkInterface CONTAINS and NOT_CONTAINS operators can be used only with automation rules V1. CONTAINS_WORD operator is only supported in GetFindingsV2 , GetFindingStatisticsV2 , GetResourcesV2 , and GetResourceStatisticsV2 APIs. For more information, see Automation rules in the Security Hub User Guide .

  • value (Optional[str]) – The string filter value. Filter values are case sensitive. For example, the product name for control-based findings is Security Hub . If you provide security hub as the filter value, there’s no match.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-stringfilter.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

string_filter_property = securityhub_mixins.CfnAutomationRulePropsMixin.StringFilterProperty(
    comparison="comparison",
    value="value"
)

Attributes

comparison

The condition to apply to a string value when filtering Security Hub findings.

To search for values that have the filter value, use one of the following comparison operators:

  • To search for values that include the filter value, use CONTAINS . For example, the filter Title CONTAINS CloudFront matches findings that have a Title that includes the string CloudFront.

  • To search for values that exactly match the filter value, use EQUALS . For example, the filter AwsAccountId EQUALS 123456789012 only matches findings that have an account ID of 123456789012 .

  • To search for values that start with the filter value, use PREFIX . For example, the filter ResourceRegion PREFIX us matches findings that have a ResourceRegion that starts with us . A ResourceRegion that starts with a different value, such as af , ap , or ca , doesn’t match.

CONTAINS , EQUALS , and PREFIX filters on the same field are joined by OR . A finding matches if it matches any one of those filters. For example, the filters Title CONTAINS CloudFront OR Title CONTAINS CloudWatch match a finding that includes either CloudFront , CloudWatch , or both strings in the title.

To search for values that don’t have the filter value, use one of the following comparison operators:

  • To search for values that exclude the filter value, use NOT_CONTAINS . For example, the filter Title NOT_CONTAINS CloudFront matches findings that have a Title that excludes the string CloudFront.

  • To search for values other than the filter value, use NOT_EQUALS . For example, the filter AwsAccountId NOT_EQUALS 123456789012 only matches findings that have an account ID other than 123456789012 .

  • To search for values that don’t start with the filter value, use PREFIX_NOT_EQUALS . For example, the filter ResourceRegion PREFIX_NOT_EQUALS us matches findings with a ResourceRegion that starts with a value other than us .

NOT_CONTAINS , NOT_EQUALS , and PREFIX_NOT_EQUALS filters on the same field are joined by AND . A finding matches only if it matches all of those filters. For example, the filters Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch match a finding that excludes both CloudFront and CloudWatch in the title.

You can’t have both a CONTAINS filter and a NOT_CONTAINS filter on the same field. Similarly, you can’t provide both an EQUALS filter and a NOT_EQUALS or PREFIX_NOT_EQUALS filter on the same field. Combining filters in this way returns an error. CONTAINS filters can only be used with other CONTAINS filters. NOT_CONTAINS filters can only be used with other NOT_CONTAINS filters.

You can combine PREFIX filters with NOT_EQUALS or PREFIX_NOT_EQUALS filters for the same field. Security Hub first processes the PREFIX filters, and then the NOT_EQUALS or PREFIX_NOT_EQUALS filters.

For example, for the following filters, Security Hub first identifies findings that have resource types that start with either AwsIam or AwsEc2 . It then excludes findings that have a resource type of AwsIamPolicy and findings that have a resource type of AwsEc2NetworkInterface .

  • ResourceType PREFIX AwsIam

  • ResourceType PREFIX AwsEc2

  • ResourceType NOT_EQUALS AwsIamPolicy

  • ResourceType NOT_EQUALS AwsEc2NetworkInterface

CONTAINS and NOT_CONTAINS operators can be used only with automation rules V1. CONTAINS_WORD operator is only supported in GetFindingsV2 , GetFindingStatisticsV2 , GetResourcesV2 , and GetResourceStatisticsV2 APIs. For more information, see Automation rules in the Security Hub User Guide .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-stringfilter.html#cfn-securityhub-automationrule-stringfilter-comparison

value

The string filter value.

Filter values are case sensitive. For example, the product name for control-based findings is Security Hub . If you provide security hub as the filter value, there’s no match.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-stringfilter.html#cfn-securityhub-automationrule-stringfilter-value

WorkflowUpdateProperty

class CfnAutomationRulePropsMixin.WorkflowUpdateProperty(*, status=None)

Bases: object

Used to update information about the investigation into the finding.

Parameters:

status (Optional[str]) – The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED or RESOLVED does not prevent a new finding for the same issue. The allowed values are the following. - NEW - The initial state of a finding, before it is reviewed. Security Hub also resets WorkFlowStatus from NOTIFIED or RESOLVED to NEW in the following cases: - The record state changes from ARCHIVED to ACTIVE . - The compliance status changes from PASSED to either WARNING , FAILED , or NOT_AVAILABLE . - NOTIFIED - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner. - RESOLVED - The finding was reviewed and remediated and is now considered resolved. - SUPPRESSED - Indicates that you reviewed the finding and don’t believe that any action is needed. The finding is no longer updated.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-workflowupdate.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins

workflow_update_property = securityhub_mixins.CfnAutomationRulePropsMixin.WorkflowUpdateProperty(
    status="status"
)

Attributes

status

The status of the investigation into the finding.

The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to SUPPRESSED or RESOLVED does not prevent a new finding for the same issue.

The allowed values are the following.

  • NEW - The initial state of a finding, before it is reviewed.

Security Hub also resets WorkFlowStatus from NOTIFIED or RESOLVED to NEW in the following cases:

  • The record state changes from ARCHIVED to ACTIVE .

  • The compliance status changes from PASSED to either WARNING , FAILED , or NOT_AVAILABLE .

  • NOTIFIED - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.

  • RESOLVED - The finding was reviewed and remediated and is now considered resolved.

  • SUPPRESSED - Indicates that you reviewed the finding and don’t believe that any action is needed. The finding is no longer updated.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-workflowupdate.html#cfn-securityhub-automationrule-workflowupdate-status