1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. securityhub
  5. AutomationRuleV2

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.securityhub.AutomationRuleV2

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    Resource schema for AWS::SecurityHub::AutomationRuleV2

    Create AutomationRuleV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AutomationRuleV2(name: string, args: AutomationRuleV2Args, opts?: CustomResourceOptions);
    @overload
    def AutomationRuleV2(resource_name: str,
                         args: AutomationRuleV2Args,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def AutomationRuleV2(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         actions: Optional[Sequence[AutomationRuleV2AutomationRulesActionV2Args]] = None,
                         criteria: Optional[AutomationRuleV2CriteriaArgs] = None,
                         description: Optional[str] = None,
                         rule_name: Optional[str] = None,
                         rule_order: Optional[float] = None,
                         rule_status: Optional[AutomationRuleV2RuleStatus] = None,
                         tags: Optional[Mapping[str, str]] = None)
    func NewAutomationRuleV2(ctx *Context, name string, args AutomationRuleV2Args, opts ...ResourceOption) (*AutomationRuleV2, error)
    public AutomationRuleV2(string name, AutomationRuleV2Args args, CustomResourceOptions? opts = null)
    public AutomationRuleV2(String name, AutomationRuleV2Args args)
    public AutomationRuleV2(String name, AutomationRuleV2Args args, CustomResourceOptions options)
    
    type: aws-native:securityhub:AutomationRuleV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AutomationRuleV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AutomationRuleV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AutomationRuleV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutomationRuleV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutomationRuleV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AutomationRuleV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AutomationRuleV2 resource accepts the following input properties:

    Actions List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2AutomationRulesActionV2>
    A list of actions to be performed when the rule criteria is met
    Criteria Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2Criteria
    The filtering type and configuration of the automation rule.
    Description string
    A description of the automation rule
    RuleName string
    The name of the automation rule
    RuleOrder double
    The value for the rule priority
    RuleStatus Pulumi.AwsNative.SecurityHub.AutomationRuleV2RuleStatus
    The status of the automation rule
    Tags Dictionary<string, string>
    A list of key-value pairs associated with the V2 automation rule.
    Actions []AutomationRuleV2AutomationRulesActionV2Args
    A list of actions to be performed when the rule criteria is met
    Criteria AutomationRuleV2CriteriaArgs
    The filtering type and configuration of the automation rule.
    Description string
    A description of the automation rule
    RuleName string
    The name of the automation rule
    RuleOrder float64
    The value for the rule priority
    RuleStatus AutomationRuleV2RuleStatus
    The status of the automation rule
    Tags map[string]string
    A list of key-value pairs associated with the V2 automation rule.
    actions List<AutomationRuleV2AutomationRulesActionV2>
    A list of actions to be performed when the rule criteria is met
    criteria AutomationRuleV2Criteria
    The filtering type and configuration of the automation rule.
    description String
    A description of the automation rule
    ruleName String
    The name of the automation rule
    ruleOrder Double
    The value for the rule priority
    ruleStatus AutomationRuleV2RuleStatus
    The status of the automation rule
    tags Map<String,String>
    A list of key-value pairs associated with the V2 automation rule.
    actions AutomationRuleV2AutomationRulesActionV2[]
    A list of actions to be performed when the rule criteria is met
    criteria AutomationRuleV2Criteria
    The filtering type and configuration of the automation rule.
    description string
    A description of the automation rule
    ruleName string
    The name of the automation rule
    ruleOrder number
    The value for the rule priority
    ruleStatus AutomationRuleV2RuleStatus
    The status of the automation rule
    tags {[key: string]: string}
    A list of key-value pairs associated with the V2 automation rule.
    actions Sequence[AutomationRuleV2AutomationRulesActionV2Args]
    A list of actions to be performed when the rule criteria is met
    criteria AutomationRuleV2CriteriaArgs
    The filtering type and configuration of the automation rule.
    description str
    A description of the automation rule
    rule_name str
    The name of the automation rule
    rule_order float
    The value for the rule priority
    rule_status AutomationRuleV2RuleStatus
    The status of the automation rule
    tags Mapping[str, str]
    A list of key-value pairs associated with the V2 automation rule.
    actions List<Property Map>
    A list of actions to be performed when the rule criteria is met
    criteria Property Map
    The filtering type and configuration of the automation rule.
    description String
    A description of the automation rule
    ruleName String
    The name of the automation rule
    ruleOrder Number
    The value for the rule priority
    ruleStatus "ENABLED" | "DISABLED"
    The status of the automation rule
    tags Map<String>
    A list of key-value pairs associated with the V2 automation rule.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AutomationRuleV2 resource produces the following output properties:

    CreatedAt string
    The timestamp when the V2 automation rule was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The ARN of the automation rule
    RuleId string
    The ID of the automation rule
    UpdatedAt string
    The timestamp when the V2 automation rule was updated.
    CreatedAt string
    The timestamp when the V2 automation rule was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The ARN of the automation rule
    RuleId string
    The ID of the automation rule
    UpdatedAt string
    The timestamp when the V2 automation rule was updated.
    createdAt String
    The timestamp when the V2 automation rule was created.
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The ARN of the automation rule
    ruleId String
    The ID of the automation rule
    updatedAt String
    The timestamp when the V2 automation rule was updated.
    createdAt string
    The timestamp when the V2 automation rule was created.
    id string
    The provider-assigned unique ID for this managed resource.
    ruleArn string
    The ARN of the automation rule
    ruleId string
    The ID of the automation rule
    updatedAt string
    The timestamp when the V2 automation rule was updated.
    created_at str
    The timestamp when the V2 automation rule was created.
    id str
    The provider-assigned unique ID for this managed resource.
    rule_arn str
    The ARN of the automation rule
    rule_id str
    The ID of the automation rule
    updated_at str
    The timestamp when the V2 automation rule was updated.
    createdAt String
    The timestamp when the V2 automation rule was created.
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The ARN of the automation rule
    ruleId String
    The ID of the automation rule
    updatedAt String
    The timestamp when the V2 automation rule was updated.

    Supporting Types

    AutomationRuleV2AllowedOperators, AutomationRuleV2AllowedOperatorsArgs

    And
    AND
    Or
    OR
    AutomationRuleV2AllowedOperatorsAnd
    AND
    AutomationRuleV2AllowedOperatorsOr
    OR
    And
    AND
    Or
    OR
    And
    AND
    Or
    OR
    AND_
    AND
    OR_
    OR
    "AND"
    AND
    "OR"
    OR

    AutomationRuleV2AutomationRulesActionV2, AutomationRuleV2AutomationRulesActionV2Args

    Type Pulumi.AwsNative.SecurityHub.AutomationRuleV2AutomationRulesActionV2Type
    The category of action to be executed by the automation rule
    ExternalIntegrationConfiguration Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2ExternalIntegrationConfiguration
    The settings for integrating automation rule actions with external systems or service.
    FindingFieldsUpdate Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2AutomationRulesFindingFieldsUpdateV2
    Specifies that the automation rule action is an update to a finding field.
    Type AutomationRuleV2AutomationRulesActionV2Type
    The category of action to be executed by the automation rule
    ExternalIntegrationConfiguration AutomationRuleV2ExternalIntegrationConfiguration
    The settings for integrating automation rule actions with external systems or service.
    FindingFieldsUpdate AutomationRuleV2AutomationRulesFindingFieldsUpdateV2
    Specifies that the automation rule action is an update to a finding field.
    type AutomationRuleV2AutomationRulesActionV2Type
    The category of action to be executed by the automation rule
    externalIntegrationConfiguration AutomationRuleV2ExternalIntegrationConfiguration
    The settings for integrating automation rule actions with external systems or service.
    findingFieldsUpdate AutomationRuleV2AutomationRulesFindingFieldsUpdateV2
    Specifies that the automation rule action is an update to a finding field.
    type AutomationRuleV2AutomationRulesActionV2Type
    The category of action to be executed by the automation rule
    externalIntegrationConfiguration AutomationRuleV2ExternalIntegrationConfiguration
    The settings for integrating automation rule actions with external systems or service.
    findingFieldsUpdate AutomationRuleV2AutomationRulesFindingFieldsUpdateV2
    Specifies that the automation rule action is an update to a finding field.
    type AutomationRuleV2AutomationRulesActionV2Type
    The category of action to be executed by the automation rule
    external_integration_configuration AutomationRuleV2ExternalIntegrationConfiguration
    The settings for integrating automation rule actions with external systems or service.
    finding_fields_update AutomationRuleV2AutomationRulesFindingFieldsUpdateV2
    Specifies that the automation rule action is an update to a finding field.
    type "FINDING_FIELDS_UPDATE" | "EXTERNAL_INTEGRATION"
    The category of action to be executed by the automation rule
    externalIntegrationConfiguration Property Map
    The settings for integrating automation rule actions with external systems or service.
    findingFieldsUpdate Property Map
    Specifies that the automation rule action is an update to a finding field.

    AutomationRuleV2AutomationRulesActionV2Type, AutomationRuleV2AutomationRulesActionV2TypeArgs

    FindingFieldsUpdate
    FINDING_FIELDS_UPDATE
    ExternalIntegration
    EXTERNAL_INTEGRATION
    AutomationRuleV2AutomationRulesActionV2TypeFindingFieldsUpdate
    FINDING_FIELDS_UPDATE
    AutomationRuleV2AutomationRulesActionV2TypeExternalIntegration
    EXTERNAL_INTEGRATION
    FindingFieldsUpdate
    FINDING_FIELDS_UPDATE
    ExternalIntegration
    EXTERNAL_INTEGRATION
    FindingFieldsUpdate
    FINDING_FIELDS_UPDATE
    ExternalIntegration
    EXTERNAL_INTEGRATION
    FINDING_FIELDS_UPDATE
    FINDING_FIELDS_UPDATE
    EXTERNAL_INTEGRATION
    EXTERNAL_INTEGRATION
    "FINDING_FIELDS_UPDATE"
    FINDING_FIELDS_UPDATE
    "EXTERNAL_INTEGRATION"
    EXTERNAL_INTEGRATION

    AutomationRuleV2AutomationRulesFindingFieldsUpdateV2, AutomationRuleV2AutomationRulesFindingFieldsUpdateV2Args

    Comment string
    Notes or contextual information for findings that are modified by the automation rule
    SeverityId int
    The severity level to be assigned to findings that match the automation rule criteria
    StatusId int
    The status to be applied to findings that match automation rule criteria
    Comment string
    Notes or contextual information for findings that are modified by the automation rule
    SeverityId int
    The severity level to be assigned to findings that match the automation rule criteria
    StatusId int
    The status to be applied to findings that match automation rule criteria
    comment String
    Notes or contextual information for findings that are modified by the automation rule
    severityId Integer
    The severity level to be assigned to findings that match the automation rule criteria
    statusId Integer
    The status to be applied to findings that match automation rule criteria
    comment string
    Notes or contextual information for findings that are modified by the automation rule
    severityId number
    The severity level to be assigned to findings that match the automation rule criteria
    statusId number
    The status to be applied to findings that match automation rule criteria
    comment str
    Notes or contextual information for findings that are modified by the automation rule
    severity_id int
    The severity level to be assigned to findings that match the automation rule criteria
    status_id int
    The status to be applied to findings that match automation rule criteria
    comment String
    Notes or contextual information for findings that are modified by the automation rule
    severityId Number
    The severity level to be assigned to findings that match the automation rule criteria
    statusId Number
    The status to be applied to findings that match automation rule criteria

    AutomationRuleV2BooleanFilter, AutomationRuleV2BooleanFilterArgs

    Value bool
    The value of the boolean
    Value bool
    The value of the boolean
    value Boolean
    The value of the boolean
    value boolean
    The value of the boolean
    value bool
    The value of the boolean
    value Boolean
    The value of the boolean

    AutomationRuleV2CompositeFilter, AutomationRuleV2CompositeFilterArgs

    BooleanFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2OcsfBooleanFilter>
    Enables filtering based on boolean field values
    DateFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2OcsfDateFilter>
    Enables filtering based on date and timestamp fields
    MapFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2OcsfMapFilter>
    Enables filtering based on map field value
    NumberFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2OcsfNumberFilter>
    Enables filtering based on numerical field values
    Operator Pulumi.AwsNative.SecurityHub.AutomationRuleV2AllowedOperators
    The logical operator used to combine multiple filter conditions.
    StringFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2OcsfStringFilter>
    Enables filtering based on string field values
    BooleanFilters []AutomationRuleV2OcsfBooleanFilter
    Enables filtering based on boolean field values
    DateFilters []AutomationRuleV2OcsfDateFilter
    Enables filtering based on date and timestamp fields
    MapFilters []AutomationRuleV2OcsfMapFilter
    Enables filtering based on map field value
    NumberFilters []AutomationRuleV2OcsfNumberFilter
    Enables filtering based on numerical field values
    Operator AutomationRuleV2AllowedOperators
    The logical operator used to combine multiple filter conditions.
    StringFilters []AutomationRuleV2OcsfStringFilter
    Enables filtering based on string field values
    booleanFilters List<AutomationRuleV2OcsfBooleanFilter>
    Enables filtering based on boolean field values
    dateFilters List<AutomationRuleV2OcsfDateFilter>
    Enables filtering based on date and timestamp fields
    mapFilters List<AutomationRuleV2OcsfMapFilter>
    Enables filtering based on map field value
    numberFilters List<AutomationRuleV2OcsfNumberFilter>
    Enables filtering based on numerical field values
    operator AutomationRuleV2AllowedOperators
    The logical operator used to combine multiple filter conditions.
    stringFilters List<AutomationRuleV2OcsfStringFilter>
    Enables filtering based on string field values
    booleanFilters AutomationRuleV2OcsfBooleanFilter[]
    Enables filtering based on boolean field values
    dateFilters AutomationRuleV2OcsfDateFilter[]
    Enables filtering based on date and timestamp fields
    mapFilters AutomationRuleV2OcsfMapFilter[]
    Enables filtering based on map field value
    numberFilters AutomationRuleV2OcsfNumberFilter[]
    Enables filtering based on numerical field values
    operator AutomationRuleV2AllowedOperators
    The logical operator used to combine multiple filter conditions.
    stringFilters AutomationRuleV2OcsfStringFilter[]
    Enables filtering based on string field values
    boolean_filters Sequence[AutomationRuleV2OcsfBooleanFilter]
    Enables filtering based on boolean field values
    date_filters Sequence[AutomationRuleV2OcsfDateFilter]
    Enables filtering based on date and timestamp fields
    map_filters Sequence[AutomationRuleV2OcsfMapFilter]
    Enables filtering based on map field value
    number_filters Sequence[AutomationRuleV2OcsfNumberFilter]
    Enables filtering based on numerical field values
    operator AutomationRuleV2AllowedOperators
    The logical operator used to combine multiple filter conditions.
    string_filters Sequence[AutomationRuleV2OcsfStringFilter]
    Enables filtering based on string field values
    booleanFilters List<Property Map>
    Enables filtering based on boolean field values
    dateFilters List<Property Map>
    Enables filtering based on date and timestamp fields
    mapFilters List<Property Map>
    Enables filtering based on map field value
    numberFilters List<Property Map>
    Enables filtering based on numerical field values
    operator "AND" | "OR"
    The logical operator used to combine multiple filter conditions.
    stringFilters List<Property Map>
    Enables filtering based on string field values

    AutomationRuleV2Criteria, AutomationRuleV2CriteriaArgs

    OcsfFindingCriteria AutomationRuleV2OcsfFindingFilters
    The filtering conditions that align with OCSF standards.
    ocsfFindingCriteria AutomationRuleV2OcsfFindingFilters
    The filtering conditions that align with OCSF standards.
    ocsfFindingCriteria AutomationRuleV2OcsfFindingFilters
    The filtering conditions that align with OCSF standards.
    ocsf_finding_criteria AutomationRuleV2OcsfFindingFilters
    The filtering conditions that align with OCSF standards.
    ocsfFindingCriteria Property Map
    The filtering conditions that align with OCSF standards.

    AutomationRuleV2DateFilter, AutomationRuleV2DateFilterArgs

    DateRange Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2DateRange
    A date range for the date filter.
    End string

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

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

    Start string

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

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

    DateRange AutomationRuleV2DateRange
    A date range for the date filter.
    End string

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

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

    Start string

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

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

    dateRange AutomationRuleV2DateRange
    A date range for the date filter.
    end String

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

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

    start String

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

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

    dateRange AutomationRuleV2DateRange
    A date range for the date filter.
    end string

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

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

    start string

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

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

    date_range AutomationRuleV2DateRange
    A date range for the date filter.
    end str

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

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

    start str

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

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

    dateRange Property Map
    A date range for the date filter.
    end String

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

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

    start String

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

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

    AutomationRuleV2DateRange, AutomationRuleV2DateRangeArgs

    Unit Pulumi.AwsNative.SecurityHub.AutomationRuleV2DateRangeUnit
    A date range unit for the date filter
    Value double
    A date range value for the date filter
    Unit AutomationRuleV2DateRangeUnit
    A date range unit for the date filter
    Value float64
    A date range value for the date filter
    unit AutomationRuleV2DateRangeUnit
    A date range unit for the date filter
    value Double
    A date range value for the date filter
    unit AutomationRuleV2DateRangeUnit
    A date range unit for the date filter
    value number
    A date range value for the date filter
    unit AutomationRuleV2DateRangeUnit
    A date range unit for the date filter
    value float
    A date range value for the date filter
    unit "DAYS"
    A date range unit for the date filter
    value Number
    A date range value for the date filter

    AutomationRuleV2DateRangeUnit, AutomationRuleV2DateRangeUnitArgs

    Days
    DAYS
    AutomationRuleV2DateRangeUnitDays
    DAYS
    Days
    DAYS
    Days
    DAYS
    DAYS
    DAYS
    "DAYS"
    DAYS

    AutomationRuleV2ExternalIntegrationConfiguration, AutomationRuleV2ExternalIntegrationConfigurationArgs

    ConnectorArn string
    The ARN of the connector that establishes the integration
    ConnectorArn string
    The ARN of the connector that establishes the integration
    connectorArn String
    The ARN of the connector that establishes the integration
    connectorArn string
    The ARN of the connector that establishes the integration
    connector_arn str
    The ARN of the connector that establishes the integration
    connectorArn String
    The ARN of the connector that establishes the integration

    AutomationRuleV2MapFilter, AutomationRuleV2MapFilterArgs

    Comparison Pulumi.AwsNative.SecurityHub.AutomationRuleV2MapFilterComparison
    The condition to apply to the key value when filtering findings with a map filter
    Key string
    The key of the map filter
    Value string
    The value for the key in the map filter
    Comparison AutomationRuleV2MapFilterComparison
    The condition to apply to the key value when filtering findings with a map filter
    Key string
    The key of the map filter
    Value string
    The value for the key in the map filter
    comparison AutomationRuleV2MapFilterComparison
    The condition to apply to the key value when filtering findings with a map filter
    key String
    The key of the map filter
    value String
    The value for the key in the map filter
    comparison AutomationRuleV2MapFilterComparison
    The condition to apply to the key value when filtering findings with a map filter
    key string
    The key of the map filter
    value string
    The value for the key in the map filter
    comparison AutomationRuleV2MapFilterComparison
    The condition to apply to the key value when filtering findings with a map filter
    key str
    The key of the map filter
    value str
    The value for the key in the map filter
    comparison "EQUALS" | "NOT_EQUALS"
    The condition to apply to the key value when filtering findings with a map filter
    key String
    The key of the map filter
    value String
    The value for the key in the map filter

    AutomationRuleV2MapFilterComparison, AutomationRuleV2MapFilterComparisonArgs

    EqualsValue
    EQUALS
    NotEquals
    NOT_EQUALS
    AutomationRuleV2MapFilterComparisonEquals
    EQUALS
    AutomationRuleV2MapFilterComparisonNotEquals
    NOT_EQUALS
    Equals
    EQUALS
    NotEquals
    NOT_EQUALS
    Equals
    EQUALS
    NotEquals
    NOT_EQUALS
    EQUALS
    EQUALS
    NOT_EQUALS
    NOT_EQUALS
    "EQUALS"
    EQUALS
    "NOT_EQUALS"
    NOT_EQUALS

    AutomationRuleV2NumberFilter, AutomationRuleV2NumberFilterArgs

    Eq double
    The equal-to condition to be applied to a single field when querying for findings
    Gte double
    The greater-than-equal condition to be applied to a single field when querying for findings
    Lte double
    The less-than-equal condition to be applied to a single field when querying for findings
    Eq float64
    The equal-to condition to be applied to a single field when querying for findings
    Gte float64
    The greater-than-equal condition to be applied to a single field when querying for findings
    Lte float64
    The less-than-equal condition to be applied to a single field when querying for findings
    eq Double
    The equal-to condition to be applied to a single field when querying for findings
    gte Double
    The greater-than-equal condition to be applied to a single field when querying for findings
    lte Double
    The less-than-equal condition to be applied to a single field when querying for findings
    eq number
    The equal-to condition to be applied to a single field when querying for findings
    gte number
    The greater-than-equal condition to be applied to a single field when querying for findings
    lte number
    The less-than-equal condition to be applied to a single field when querying for findings
    eq float
    The equal-to condition to be applied to a single field when querying for findings
    gte float
    The greater-than-equal condition to be applied to a single field when querying for findings
    lte float
    The less-than-equal condition to be applied to a single field when querying for findings
    eq Number
    The equal-to condition to be applied to a single field when querying for findings
    gte Number
    The greater-than-equal condition to be applied to a single field when querying for findings
    lte Number
    The less-than-equal condition to be applied to a single field when querying for findings

    AutomationRuleV2OcsfBooleanFilter, AutomationRuleV2OcsfBooleanFilterArgs

    FieldName AutomationRuleV2OcsfBooleanFilterFieldName
    The name of the field
    Filter AutomationRuleV2BooleanFilter
    Enables filtering of security findings based on boolean field values in OCSF.
    fieldName AutomationRuleV2OcsfBooleanFilterFieldName
    The name of the field
    filter AutomationRuleV2BooleanFilter
    Enables filtering of security findings based on boolean field values in OCSF.
    fieldName AutomationRuleV2OcsfBooleanFilterFieldName
    The name of the field
    filter AutomationRuleV2BooleanFilter
    Enables filtering of security findings based on boolean field values in OCSF.
    field_name AutomationRuleV2OcsfBooleanFilterFieldName
    The name of the field
    filter AutomationRuleV2BooleanFilter
    Enables filtering of security findings based on boolean field values in OCSF.
    fieldName "compliance.assessments.meets_criteria" | "vulnerabilities.is_exploit_available" | "vulnerabilities.is_fix_available"
    The name of the field
    filter Property Map
    Enables filtering of security findings based on boolean field values in OCSF.

    AutomationRuleV2OcsfBooleanFilterFieldName, AutomationRuleV2OcsfBooleanFilterFieldNameArgs

    ComplianceAssessmentsMeetsCriteria
    compliance.assessments.meets_criteria
    VulnerabilitiesIsExploitAvailable
    vulnerabilities.is_exploit_available
    VulnerabilitiesIsFixAvailable
    vulnerabilities.is_fix_available
    AutomationRuleV2OcsfBooleanFilterFieldNameComplianceAssessmentsMeetsCriteria
    compliance.assessments.meets_criteria
    AutomationRuleV2OcsfBooleanFilterFieldNameVulnerabilitiesIsExploitAvailable
    vulnerabilities.is_exploit_available
    AutomationRuleV2OcsfBooleanFilterFieldNameVulnerabilitiesIsFixAvailable
    vulnerabilities.is_fix_available
    ComplianceAssessmentsMeetsCriteria
    compliance.assessments.meets_criteria
    VulnerabilitiesIsExploitAvailable
    vulnerabilities.is_exploit_available
    VulnerabilitiesIsFixAvailable
    vulnerabilities.is_fix_available
    ComplianceAssessmentsMeetsCriteria
    compliance.assessments.meets_criteria
    VulnerabilitiesIsExploitAvailable
    vulnerabilities.is_exploit_available
    VulnerabilitiesIsFixAvailable
    vulnerabilities.is_fix_available
    COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA
    compliance.assessments.meets_criteria
    VULNERABILITIES_IS_EXPLOIT_AVAILABLE
    vulnerabilities.is_exploit_available
    VULNERABILITIES_IS_FIX_AVAILABLE
    vulnerabilities.is_fix_available
    "compliance.assessments.meets_criteria"
    compliance.assessments.meets_criteria
    "vulnerabilities.is_exploit_available"
    vulnerabilities.is_exploit_available
    "vulnerabilities.is_fix_available"
    vulnerabilities.is_fix_available

    AutomationRuleV2OcsfDateFilter, AutomationRuleV2OcsfDateFilterArgs

    FieldName Pulumi.AwsNative.SecurityHub.AutomationRuleV2OcsfDateFilterFieldName
    The name of the field
    Filter Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2DateFilter
    Enables filtering of security findings based on date and timestamp fields in OCSF.
    FieldName AutomationRuleV2OcsfDateFilterFieldName
    The name of the field
    Filter AutomationRuleV2DateFilter
    Enables filtering of security findings based on date and timestamp fields in OCSF.
    fieldName AutomationRuleV2OcsfDateFilterFieldName
    The name of the field
    filter AutomationRuleV2DateFilter
    Enables filtering of security findings based on date and timestamp fields in OCSF.
    fieldName AutomationRuleV2OcsfDateFilterFieldName
    The name of the field
    filter AutomationRuleV2DateFilter
    Enables filtering of security findings based on date and timestamp fields in OCSF.
    field_name AutomationRuleV2OcsfDateFilterFieldName
    The name of the field
    filter AutomationRuleV2DateFilter
    Enables filtering of security findings based on date and timestamp fields in OCSF.

    AutomationRuleV2OcsfDateFilterFieldName, AutomationRuleV2OcsfDateFilterFieldNameArgs

    FindingInfoCreatedTimeDt
    finding_info.created_time_dt
    FindingInfoFirstSeenTimeDt
    finding_info.first_seen_time_dt
    FindingInfoLastSeenTimeDt
    finding_info.last_seen_time_dt
    FindingInfoModifiedTimeDt
    finding_info.modified_time_dt
    AutomationRuleV2OcsfDateFilterFieldNameFindingInfoCreatedTimeDt
    finding_info.created_time_dt
    AutomationRuleV2OcsfDateFilterFieldNameFindingInfoFirstSeenTimeDt
    finding_info.first_seen_time_dt
    AutomationRuleV2OcsfDateFilterFieldNameFindingInfoLastSeenTimeDt
    finding_info.last_seen_time_dt
    AutomationRuleV2OcsfDateFilterFieldNameFindingInfoModifiedTimeDt
    finding_info.modified_time_dt
    FindingInfoCreatedTimeDt
    finding_info.created_time_dt
    FindingInfoFirstSeenTimeDt
    finding_info.first_seen_time_dt
    FindingInfoLastSeenTimeDt
    finding_info.last_seen_time_dt
    FindingInfoModifiedTimeDt
    finding_info.modified_time_dt
    FindingInfoCreatedTimeDt
    finding_info.created_time_dt
    FindingInfoFirstSeenTimeDt
    finding_info.first_seen_time_dt
    FindingInfoLastSeenTimeDt
    finding_info.last_seen_time_dt
    FindingInfoModifiedTimeDt
    finding_info.modified_time_dt
    FINDING_INFO_CREATED_TIME_DT
    finding_info.created_time_dt
    FINDING_INFO_FIRST_SEEN_TIME_DT
    finding_info.first_seen_time_dt
    FINDING_INFO_LAST_SEEN_TIME_DT
    finding_info.last_seen_time_dt
    FINDING_INFO_MODIFIED_TIME_DT
    finding_info.modified_time_dt
    "finding_info.created_time_dt"
    finding_info.created_time_dt
    "finding_info.first_seen_time_dt"
    finding_info.first_seen_time_dt
    "finding_info.last_seen_time_dt"
    finding_info.last_seen_time_dt
    "finding_info.modified_time_dt"
    finding_info.modified_time_dt

    AutomationRuleV2OcsfFindingFilters, AutomationRuleV2OcsfFindingFiltersArgs

    CompositeFilters List<Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2CompositeFilter>
    Enables the creation of complex filtering conditions by combining filter
    CompositeOperator Pulumi.AwsNative.SecurityHub.AutomationRuleV2AllowedOperators
    The logical operators used to combine the filtering on multiple CompositeFilters .
    CompositeFilters []AutomationRuleV2CompositeFilter
    Enables the creation of complex filtering conditions by combining filter
    CompositeOperator AutomationRuleV2AllowedOperators
    The logical operators used to combine the filtering on multiple CompositeFilters .
    compositeFilters List<AutomationRuleV2CompositeFilter>
    Enables the creation of complex filtering conditions by combining filter
    compositeOperator AutomationRuleV2AllowedOperators
    The logical operators used to combine the filtering on multiple CompositeFilters .
    compositeFilters AutomationRuleV2CompositeFilter[]
    Enables the creation of complex filtering conditions by combining filter
    compositeOperator AutomationRuleV2AllowedOperators
    The logical operators used to combine the filtering on multiple CompositeFilters .
    composite_filters Sequence[AutomationRuleV2CompositeFilter]
    Enables the creation of complex filtering conditions by combining filter
    composite_operator AutomationRuleV2AllowedOperators
    The logical operators used to combine the filtering on multiple CompositeFilters .
    compositeFilters List<Property Map>
    Enables the creation of complex filtering conditions by combining filter
    compositeOperator "AND" | "OR"
    The logical operators used to combine the filtering on multiple CompositeFilters .

    AutomationRuleV2OcsfMapFilter, AutomationRuleV2OcsfMapFilterArgs

    FieldName Pulumi.AwsNative.SecurityHub.AutomationRuleV2OcsfMapFilterFieldName
    The name of the field
    Filter Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2MapFilter
    Enables filtering of security findings based on map field values in OCSF.
    FieldName AutomationRuleV2OcsfMapFilterFieldName
    The name of the field
    Filter AutomationRuleV2MapFilter
    Enables filtering of security findings based on map field values in OCSF.
    fieldName AutomationRuleV2OcsfMapFilterFieldName
    The name of the field
    filter AutomationRuleV2MapFilter
    Enables filtering of security findings based on map field values in OCSF.
    fieldName AutomationRuleV2OcsfMapFilterFieldName
    The name of the field
    filter AutomationRuleV2MapFilter
    Enables filtering of security findings based on map field values in OCSF.
    field_name AutomationRuleV2OcsfMapFilterFieldName
    The name of the field
    filter AutomationRuleV2MapFilter
    Enables filtering of security findings based on map field values in OCSF.
    fieldName "resources.tags"
    The name of the field
    filter Property Map
    Enables filtering of security findings based on map field values in OCSF.

    AutomationRuleV2OcsfMapFilterFieldName, AutomationRuleV2OcsfMapFilterFieldNameArgs

    ResourcesTags
    resources.tags
    AutomationRuleV2OcsfMapFilterFieldNameResourcesTags
    resources.tags
    ResourcesTags
    resources.tags
    ResourcesTags
    resources.tags
    RESOURCES_TAGS
    resources.tags
    "resources.tags"
    resources.tags

    AutomationRuleV2OcsfNumberFilter, AutomationRuleV2OcsfNumberFilterArgs

    FieldName Pulumi.AwsNative.SecurityHub.AutomationRuleV2OcsfNumberFilterFieldName
    The name of the field
    Filter Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2NumberFilter
    Enables filtering of security findings based on numerical field values in OCSF.
    FieldName AutomationRuleV2OcsfNumberFilterFieldName
    The name of the field
    Filter AutomationRuleV2NumberFilter
    Enables filtering of security findings based on numerical field values in OCSF.
    fieldName AutomationRuleV2OcsfNumberFilterFieldName
    The name of the field
    filter AutomationRuleV2NumberFilter
    Enables filtering of security findings based on numerical field values in OCSF.
    fieldName AutomationRuleV2OcsfNumberFilterFieldName
    The name of the field
    filter AutomationRuleV2NumberFilter
    Enables filtering of security findings based on numerical field values in OCSF.
    field_name AutomationRuleV2OcsfNumberFilterFieldName
    The name of the field
    filter AutomationRuleV2NumberFilter
    Enables filtering of security findings based on numerical field values in OCSF.

    AutomationRuleV2OcsfNumberFilterFieldName, AutomationRuleV2OcsfNumberFilterFieldNameArgs

    ActivityId
    activity_id
    ComplianceStatusId
    compliance.status_id
    ConfidenceScore
    confidence_score
    SeverityId
    severity_id
    StatusId
    status_id
    FindingInfoRelatedEventsCount
    finding_info.related_events_count
    AutomationRuleV2OcsfNumberFilterFieldNameActivityId
    activity_id
    AutomationRuleV2OcsfNumberFilterFieldNameComplianceStatusId
    compliance.status_id
    AutomationRuleV2OcsfNumberFilterFieldNameConfidenceScore
    confidence_score
    AutomationRuleV2OcsfNumberFilterFieldNameSeverityId
    severity_id
    AutomationRuleV2OcsfNumberFilterFieldNameStatusId
    status_id
    AutomationRuleV2OcsfNumberFilterFieldNameFindingInfoRelatedEventsCount
    finding_info.related_events_count
    ActivityId
    activity_id
    ComplianceStatusId
    compliance.status_id
    ConfidenceScore
    confidence_score
    SeverityId
    severity_id
    StatusId
    status_id
    FindingInfoRelatedEventsCount
    finding_info.related_events_count
    ActivityId
    activity_id
    ComplianceStatusId
    compliance.status_id
    ConfidenceScore
    confidence_score
    SeverityId
    severity_id
    StatusId
    status_id
    FindingInfoRelatedEventsCount
    finding_info.related_events_count
    ACTIVITY_ID
    activity_id
    COMPLIANCE_STATUS_ID
    compliance.status_id
    CONFIDENCE_SCORE
    confidence_score
    SEVERITY_ID
    severity_id
    STATUS_ID
    status_id
    FINDING_INFO_RELATED_EVENTS_COUNT
    finding_info.related_events_count
    "activity_id"
    activity_id
    "compliance.status_id"
    compliance.status_id
    "confidence_score"
    confidence_score
    "severity_id"
    severity_id
    "status_id"
    status_id
    "finding_info.related_events_count"
    finding_info.related_events_count

    AutomationRuleV2OcsfStringField, AutomationRuleV2OcsfStringFieldArgs

    MetadataUid
    metadata.uid
    ActivityName
    activity_name
    CloudAccountName
    cloud.account.name
    CloudAccountUid
    cloud.account.uid
    CloudProvider
    cloud.provider
    CloudRegion
    cloud.region
    ComplianceAssessmentsCategory
    compliance.assessments.category
    ComplianceAssessmentsName
    compliance.assessments.name
    ComplianceControl
    compliance.control
    ComplianceStatus
    compliance.status
    ComplianceStandards
    compliance.standards
    FindingInfoDesc
    finding_info.desc
    FindingInfoSrcUrl
    finding_info.src_url
    FindingInfoTitle
    finding_info.title
    FindingInfoTypes
    finding_info.types
    FindingInfoUid
    finding_info.uid
    FindingInfoRelatedEventsUid
    finding_info.related_events.uid
    FindingInfoRelatedEventsProductUid
    finding_info.related_events.product.uid
    FindingInfoRelatedEventsTitle
    finding_info.related_events.title
    MetadataProductFeatureUid
    metadata.product.feature.uid
    MetadataProductName
    metadata.product.name
    MetadataProductUid
    metadata.product.uid
    MetadataProductVendorName
    metadata.product.vendor_name
    RemediationDesc
    remediation.desc
    RemediationReferences
    remediation.references
    ResourcesCloudPartition
    resources.cloud_partition
    ResourcesName
    resources.name
    ResourcesRegion
    resources.region
    ResourcesType
    resources.type
    ResourcesUid
    resources.uid
    Severity
    severity
    Status
    status
    Comment
    comment
    VulnerabilitiesFixCoverage
    vulnerabilities.fix_coverage
    ClassName
    class_name
    AutomationRuleV2OcsfStringFieldMetadataUid
    metadata.uid
    AutomationRuleV2OcsfStringFieldActivityName
    activity_name
    AutomationRuleV2OcsfStringFieldCloudAccountName
    cloud.account.name
    AutomationRuleV2OcsfStringFieldCloudAccountUid
    cloud.account.uid
    AutomationRuleV2OcsfStringFieldCloudProvider
    cloud.provider
    AutomationRuleV2OcsfStringFieldCloudRegion
    cloud.region
    AutomationRuleV2OcsfStringFieldComplianceAssessmentsCategory
    compliance.assessments.category
    AutomationRuleV2OcsfStringFieldComplianceAssessmentsName
    compliance.assessments.name
    AutomationRuleV2OcsfStringFieldComplianceControl
    compliance.control
    AutomationRuleV2OcsfStringFieldComplianceStatus
    compliance.status
    AutomationRuleV2OcsfStringFieldComplianceStandards
    compliance.standards
    AutomationRuleV2OcsfStringFieldFindingInfoDesc
    finding_info.desc
    AutomationRuleV2OcsfStringFieldFindingInfoSrcUrl
    finding_info.src_url
    AutomationRuleV2OcsfStringFieldFindingInfoTitle
    finding_info.title
    AutomationRuleV2OcsfStringFieldFindingInfoTypes
    finding_info.types
    AutomationRuleV2OcsfStringFieldFindingInfoUid
    finding_info.uid
    AutomationRuleV2OcsfStringFieldFindingInfoRelatedEventsUid
    finding_info.related_events.uid
    AutomationRuleV2OcsfStringFieldFindingInfoRelatedEventsProductUid
    finding_info.related_events.product.uid
    AutomationRuleV2OcsfStringFieldFindingInfoRelatedEventsTitle
    finding_info.related_events.title
    AutomationRuleV2OcsfStringFieldMetadataProductFeatureUid
    metadata.product.feature.uid
    AutomationRuleV2OcsfStringFieldMetadataProductName
    metadata.product.name
    AutomationRuleV2OcsfStringFieldMetadataProductUid
    metadata.product.uid
    AutomationRuleV2OcsfStringFieldMetadataProductVendorName
    metadata.product.vendor_name
    AutomationRuleV2OcsfStringFieldRemediationDesc
    remediation.desc
    AutomationRuleV2OcsfStringFieldRemediationReferences
    remediation.references
    AutomationRuleV2OcsfStringFieldResourcesCloudPartition
    resources.cloud_partition
    AutomationRuleV2OcsfStringFieldResourcesName
    resources.name
    AutomationRuleV2OcsfStringFieldResourcesRegion
    resources.region
    AutomationRuleV2OcsfStringFieldResourcesType
    resources.type
    AutomationRuleV2OcsfStringFieldResourcesUid
    resources.uid
    AutomationRuleV2OcsfStringFieldSeverity
    severity
    AutomationRuleV2OcsfStringFieldStatus
    status
    AutomationRuleV2OcsfStringFieldComment
    comment
    AutomationRuleV2OcsfStringFieldVulnerabilitiesFixCoverage
    vulnerabilities.fix_coverage
    AutomationRuleV2OcsfStringFieldClassName
    class_name
    MetadataUid
    metadata.uid
    ActivityName
    activity_name
    CloudAccountName
    cloud.account.name
    CloudAccountUid
    cloud.account.uid
    CloudProvider
    cloud.provider
    CloudRegion
    cloud.region
    ComplianceAssessmentsCategory
    compliance.assessments.category
    ComplianceAssessmentsName
    compliance.assessments.name
    ComplianceControl
    compliance.control
    ComplianceStatus
    compliance.status
    ComplianceStandards
    compliance.standards
    FindingInfoDesc
    finding_info.desc
    FindingInfoSrcUrl
    finding_info.src_url
    FindingInfoTitle
    finding_info.title
    FindingInfoTypes
    finding_info.types
    FindingInfoUid
    finding_info.uid
    FindingInfoRelatedEventsUid
    finding_info.related_events.uid
    FindingInfoRelatedEventsProductUid
    finding_info.related_events.product.uid
    FindingInfoRelatedEventsTitle
    finding_info.related_events.title
    MetadataProductFeatureUid
    metadata.product.feature.uid
    MetadataProductName
    metadata.product.name
    MetadataProductUid
    metadata.product.uid
    MetadataProductVendorName
    metadata.product.vendor_name
    RemediationDesc
    remediation.desc
    RemediationReferences
    remediation.references
    ResourcesCloudPartition
    resources.cloud_partition
    ResourcesName
    resources.name
    ResourcesRegion
    resources.region
    ResourcesType
    resources.type
    ResourcesUid
    resources.uid
    Severity
    severity
    Status
    status
    Comment
    comment
    VulnerabilitiesFixCoverage
    vulnerabilities.fix_coverage
    ClassName
    class_name
    MetadataUid
    metadata.uid
    ActivityName
    activity_name
    CloudAccountName
    cloud.account.name
    CloudAccountUid
    cloud.account.uid
    CloudProvider
    cloud.provider
    CloudRegion
    cloud.region
    ComplianceAssessmentsCategory
    compliance.assessments.category
    ComplianceAssessmentsName
    compliance.assessments.name
    ComplianceControl
    compliance.control
    ComplianceStatus
    compliance.status
    ComplianceStandards
    compliance.standards
    FindingInfoDesc
    finding_info.desc
    FindingInfoSrcUrl
    finding_info.src_url
    FindingInfoTitle
    finding_info.title
    FindingInfoTypes
    finding_info.types
    FindingInfoUid
    finding_info.uid
    FindingInfoRelatedEventsUid
    finding_info.related_events.uid
    FindingInfoRelatedEventsProductUid
    finding_info.related_events.product.uid
    FindingInfoRelatedEventsTitle
    finding_info.related_events.title
    MetadataProductFeatureUid
    metadata.product.feature.uid
    MetadataProductName
    metadata.product.name
    MetadataProductUid
    metadata.product.uid
    MetadataProductVendorName
    metadata.product.vendor_name
    RemediationDesc
    remediation.desc
    RemediationReferences
    remediation.references
    ResourcesCloudPartition
    resources.cloud_partition
    ResourcesName
    resources.name
    ResourcesRegion
    resources.region
    ResourcesType
    resources.type
    ResourcesUid
    resources.uid
    Severity
    severity
    Status
    status
    Comment
    comment
    VulnerabilitiesFixCoverage
    vulnerabilities.fix_coverage
    ClassName
    class_name
    METADATA_UID
    metadata.uid
    ACTIVITY_NAME
    activity_name
    CLOUD_ACCOUNT_NAME
    cloud.account.name
    CLOUD_ACCOUNT_UID
    cloud.account.uid
    CLOUD_PROVIDER
    cloud.provider
    CLOUD_REGION
    cloud.region
    COMPLIANCE_ASSESSMENTS_CATEGORY
    compliance.assessments.category
    COMPLIANCE_ASSESSMENTS_NAME
    compliance.assessments.name
    COMPLIANCE_CONTROL
    compliance.control
    COMPLIANCE_STATUS
    compliance.status
    COMPLIANCE_STANDARDS
    compliance.standards
    FINDING_INFO_DESC
    finding_info.desc
    FINDING_INFO_SRC_URL
    finding_info.src_url
    FINDING_INFO_TITLE
    finding_info.title
    FINDING_INFO_TYPES
    finding_info.types
    FINDING_INFO_UID
    finding_info.uid
    FINDING_INFO_RELATED_EVENTS_UID
    finding_info.related_events.uid
    FINDING_INFO_RELATED_EVENTS_PRODUCT_UID
    finding_info.related_events.product.uid
    FINDING_INFO_RELATED_EVENTS_TITLE
    finding_info.related_events.title
    METADATA_PRODUCT_FEATURE_UID
    metadata.product.feature.uid
    METADATA_PRODUCT_NAME
    metadata.product.name
    METADATA_PRODUCT_UID
    metadata.product.uid
    METADATA_PRODUCT_VENDOR_NAME
    metadata.product.vendor_name
    REMEDIATION_DESC
    remediation.desc
    REMEDIATION_REFERENCES
    remediation.references
    RESOURCES_CLOUD_PARTITION
    resources.cloud_partition
    RESOURCES_NAME
    resources.name
    RESOURCES_REGION
    resources.region
    RESOURCES_TYPE
    resources.type
    RESOURCES_UID
    resources.uid
    SEVERITY
    severity
    STATUS
    status
    COMMENT
    comment
    VULNERABILITIES_FIX_COVERAGE
    vulnerabilities.fix_coverage
    CLASS_NAME
    class_name
    "metadata.uid"
    metadata.uid
    "activity_name"
    activity_name
    "cloud.account.name"
    cloud.account.name
    "cloud.account.uid"
    cloud.account.uid
    "cloud.provider"
    cloud.provider
    "cloud.region"
    cloud.region
    "compliance.assessments.category"
    compliance.assessments.category
    "compliance.assessments.name"
    compliance.assessments.name
    "compliance.control"
    compliance.control
    "compliance.status"
    compliance.status
    "compliance.standards"
    compliance.standards
    "finding_info.desc"
    finding_info.desc
    "finding_info.src_url"
    finding_info.src_url
    "finding_info.title"
    finding_info.title
    "finding_info.types"
    finding_info.types
    "finding_info.uid"
    finding_info.uid
    "finding_info.related_events.uid"
    finding_info.related_events.uid
    "finding_info.related_events.product.uid"
    finding_info.related_events.product.uid
    "finding_info.related_events.title"
    finding_info.related_events.title
    "metadata.product.feature.uid"
    metadata.product.feature.uid
    "metadata.product.name"
    metadata.product.name
    "metadata.product.uid"
    metadata.product.uid
    "metadata.product.vendor_name"
    metadata.product.vendor_name
    "remediation.desc"
    remediation.desc
    "remediation.references"
    remediation.references
    "resources.cloud_partition"
    resources.cloud_partition
    "resources.name"
    resources.name
    "resources.region"
    resources.region
    "resources.type"
    resources.type
    "resources.uid"
    resources.uid
    "severity"
    severity
    "status"
    status
    "comment"
    comment
    "vulnerabilities.fix_coverage"
    vulnerabilities.fix_coverage
    "class_name"
    class_name

    AutomationRuleV2OcsfStringFilter, AutomationRuleV2OcsfStringFilterArgs

    FieldName Pulumi.AwsNative.SecurityHub.AutomationRuleV2OcsfStringField
    The name of the field.
    Filter Pulumi.AwsNative.SecurityHub.Inputs.AutomationRuleV2StringFilter
    Enables filtering of security findings based on string field values in OCSF.
    FieldName AutomationRuleV2OcsfStringField
    The name of the field.
    Filter AutomationRuleV2StringFilter
    Enables filtering of security findings based on string field values in OCSF.
    fieldName AutomationRuleV2OcsfStringField
    The name of the field.
    filter AutomationRuleV2StringFilter
    Enables filtering of security findings based on string field values in OCSF.
    fieldName AutomationRuleV2OcsfStringField
    The name of the field.
    filter AutomationRuleV2StringFilter
    Enables filtering of security findings based on string field values in OCSF.
    field_name AutomationRuleV2OcsfStringField
    The name of the field.
    filter AutomationRuleV2StringFilter
    Enables filtering of security findings based on string field values in OCSF.
    fieldName "metadata.uid" | "activity_name" | "cloud.account.name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.category" | "compliance.assessments.name" | "compliance.control" | "compliance.status" | "compliance.standards" | "finding_info.desc" | "finding_info.src_url" | "finding_info.title" | "finding_info.types" | "finding_info.uid" | "finding_info.related_events.uid" | "finding_info.related_events.product.uid" | "finding_info.related_events.title" | "metadata.product.feature.uid" | "metadata.product.name" | "metadata.product.uid" | "metadata.product.vendor_name" | "remediation.desc" | "remediation.references" | "resources.cloud_partition" | "resources.name" | "resources.region" | "resources.type" | "resources.uid" | "severity" | "status" | "comment" | "vulnerabilities.fix_coverage" | "class_name"
    The name of the field.
    filter Property Map
    Enables filtering of security findings based on string field values in OCSF.

    AutomationRuleV2RuleStatus, AutomationRuleV2RuleStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    AutomationRuleV2RuleStatusEnabled
    ENABLED
    AutomationRuleV2RuleStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    AutomationRuleV2StringFilter, AutomationRuleV2StringFilterArgs

    Comparison Pulumi.AwsNative.SecurityHub.AutomationRuleV2StringFilterComparison
    The condition to apply to a string value when filtering findings
    Value string
    The string filter value
    Comparison AutomationRuleV2StringFilterComparison
    The condition to apply to a string value when filtering findings
    Value string
    The string filter value
    comparison AutomationRuleV2StringFilterComparison
    The condition to apply to a string value when filtering findings
    value String
    The string filter value
    comparison AutomationRuleV2StringFilterComparison
    The condition to apply to a string value when filtering findings
    value string
    The string filter value
    comparison AutomationRuleV2StringFilterComparison
    The condition to apply to a string value when filtering findings
    value str
    The string filter value
    comparison "EQUALS" | "PREFIX" | "NOT_EQUALS" | "PREFIX_NOT_EQUALS" | "CONTAINS"
    The condition to apply to a string value when filtering findings
    value String
    The string filter value

    AutomationRuleV2StringFilterComparison, AutomationRuleV2StringFilterComparisonArgs

    EqualsValue
    EQUALS
    Prefix
    PREFIX
    NotEquals
    NOT_EQUALS
    PrefixNotEquals
    PREFIX_NOT_EQUALS
    Contains
    CONTAINS
    AutomationRuleV2StringFilterComparisonEquals
    EQUALS
    AutomationRuleV2StringFilterComparisonPrefix
    PREFIX
    AutomationRuleV2StringFilterComparisonNotEquals
    NOT_EQUALS
    AutomationRuleV2StringFilterComparisonPrefixNotEquals
    PREFIX_NOT_EQUALS
    AutomationRuleV2StringFilterComparisonContains
    CONTAINS
    Equals
    EQUALS
    Prefix
    PREFIX
    NotEquals
    NOT_EQUALS
    PrefixNotEquals
    PREFIX_NOT_EQUALS
    Contains
    CONTAINS
    Equals
    EQUALS
    Prefix
    PREFIX
    NotEquals
    NOT_EQUALS
    PrefixNotEquals
    PREFIX_NOT_EQUALS
    Contains
    CONTAINS
    EQUALS
    EQUALS
    PREFIX
    PREFIX
    NOT_EQUALS
    NOT_EQUALS
    PREFIX_NOT_EQUALS
    PREFIX_NOT_EQUALS
    CONTAINS
    CONTAINS
    "EQUALS"
    EQUALS
    "PREFIX"
    PREFIX
    "NOT_EQUALS"
    NOT_EQUALS
    "PREFIX_NOT_EQUALS"
    PREFIX_NOT_EQUALS
    "CONTAINS"
    CONTAINS

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi