We recommend new projects start with resources from the AWS provider.
aws-native.securityhub.AutomationRuleV2
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
Aws Native. Security Hub. Inputs. Automation Rule V2Automation Rules Action V2> - A list of actions to be performed when the rule criteria is met
- Criteria
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2Criteria - The filtering type and configuration of the automation rule.
- Description string
- A description of the automation rule
- Rule
Name string - The name of the automation rule
- Rule
Order double - The value for the rule priority
- Rule
Status Pulumi.Aws Native. Security Hub. Automation Rule V2Rule Status - The status of the automation rule
- Dictionary<string, string>
- A list of key-value pairs associated with the V2 automation rule.
- Actions
[]Automation
Rule V2Automation Rules Action V2Args - A list of actions to be performed when the rule criteria is met
- Criteria
Automation
Rule V2Criteria Args - The filtering type and configuration of the automation rule.
- Description string
- A description of the automation rule
- Rule
Name string - The name of the automation rule
- Rule
Order float64 - The value for the rule priority
- Rule
Status AutomationRule V2Rule Status - The status of the automation rule
- map[string]string
- A list of key-value pairs associated with the V2 automation rule.
- actions
List<Automation
Rule V2Automation Rules Action V2> - A list of actions to be performed when the rule criteria is met
- criteria
Automation
Rule V2Criteria - The filtering type and configuration of the automation rule.
- description String
- A description of the automation rule
- rule
Name String - The name of the automation rule
- rule
Order Double - The value for the rule priority
- rule
Status AutomationRule V2Rule Status - The status of the automation rule
- Map<String,String>
- A list of key-value pairs associated with the V2 automation rule.
- actions
Automation
Rule V2Automation Rules Action V2[] - A list of actions to be performed when the rule criteria is met
- criteria
Automation
Rule V2Criteria - The filtering type and configuration of the automation rule.
- description string
- A description of the automation rule
- rule
Name string - The name of the automation rule
- rule
Order number - The value for the rule priority
- rule
Status AutomationRule V2Rule Status - The status of the automation rule
- {[key: string]: string}
- A list of key-value pairs associated with the V2 automation rule.
- actions
Sequence[Automation
Rule V2Automation Rules Action V2Args] - A list of actions to be performed when the rule criteria is met
- criteria
Automation
Rule V2Criteria Args - 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 AutomationRule V2Rule Status - The status of the automation rule
- 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
- rule
Name String - The name of the automation rule
- rule
Order Number - The value for the rule priority
- rule
Status "ENABLED" | "DISABLED" - The status of the automation rule
- 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:
- 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.
Supporting Types
AutomationRuleV2AllowedOperators, AutomationRuleV2AllowedOperatorsArgs
- And
- AND
- Or
- OR
- Automation
Rule V2Allowed Operators And - AND
- Automation
Rule V2Allowed Operators Or - OR
- And
- AND
- Or
- OR
- And
- AND
- Or
- OR
- AND_
- AND
- OR_
- OR
- "AND"
- AND
- "OR"
- OR
AutomationRuleV2AutomationRulesActionV2, AutomationRuleV2AutomationRulesActionV2Args
- Type
Pulumi.
Aws Native. Security Hub. Automation Rule V2Automation Rules Action V2Type - The category of action to be executed by the automation rule
- External
Integration Pulumi.Configuration Aws Native. Security Hub. Inputs. Automation Rule V2External Integration Configuration - The settings for integrating automation rule actions with external systems or service.
- Finding
Fields Pulumi.Update Aws Native. Security Hub. Inputs. Automation Rule V2Automation Rules Finding Fields Update V2 - Specifies that the automation rule action is an update to a finding field.
- Type
Automation
Rule V2Automation Rules Action V2Type - The category of action to be executed by the automation rule
- External
Integration AutomationConfiguration Rule V2External Integration Configuration - The settings for integrating automation rule actions with external systems or service.
- Finding
Fields AutomationUpdate Rule V2Automation Rules Finding Fields Update V2 - Specifies that the automation rule action is an update to a finding field.
- type
Automation
Rule V2Automation Rules Action V2Type - The category of action to be executed by the automation rule
- external
Integration AutomationConfiguration Rule V2External Integration Configuration - The settings for integrating automation rule actions with external systems or service.
- finding
Fields AutomationUpdate Rule V2Automation Rules Finding Fields Update V2 - Specifies that the automation rule action is an update to a finding field.
- type
Automation
Rule V2Automation Rules Action V2Type - The category of action to be executed by the automation rule
- external
Integration AutomationConfiguration Rule V2External Integration Configuration - The settings for integrating automation rule actions with external systems or service.
- finding
Fields AutomationUpdate Rule V2Automation Rules Finding Fields Update V2 - Specifies that the automation rule action is an update to a finding field.
- type
Automation
Rule V2Automation Rules Action V2Type - The category of action to be executed by the automation rule
- external_
integration_ Automationconfiguration Rule V2External Integration Configuration - The settings for integrating automation rule actions with external systems or service.
- finding_
fields_ Automationupdate Rule V2Automation Rules Finding Fields Update V2 - 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
- external
Integration Property MapConfiguration - The settings for integrating automation rule actions with external systems or service.
- finding
Fields Property MapUpdate - Specifies that the automation rule action is an update to a finding field.
AutomationRuleV2AutomationRulesActionV2Type, AutomationRuleV2AutomationRulesActionV2TypeArgs
- Finding
Fields Update - FINDING_FIELDS_UPDATE
- External
Integration - EXTERNAL_INTEGRATION
- Automation
Rule V2Automation Rules Action V2Type Finding Fields Update - FINDING_FIELDS_UPDATE
- Automation
Rule V2Automation Rules Action V2Type External Integration - EXTERNAL_INTEGRATION
- Finding
Fields Update - FINDING_FIELDS_UPDATE
- External
Integration - EXTERNAL_INTEGRATION
- Finding
Fields Update - FINDING_FIELDS_UPDATE
- External
Integration - 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
- 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
- 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
- severity
Id Integer - The severity level to be assigned to findings that match the automation rule criteria
- status
Id 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
- severity
Id number - The severity level to be assigned to findings that match the automation rule criteria
- status
Id 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
- severity
Id Number - The severity level to be assigned to findings that match the automation rule criteria
- status
Id 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
- Boolean
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf Boolean Filter> - Enables filtering based on boolean field values
- Date
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf Date Filter> - Enables filtering based on date and timestamp fields
- Map
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf Map Filter> - Enables filtering based on map field value
- Number
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf Number Filter> - Enables filtering based on numerical field values
- Operator
Pulumi.
Aws Native. Security Hub. Automation Rule V2Allowed Operators - The logical operator used to combine multiple filter conditions.
- String
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf String Filter> - Enables filtering based on string field values
- Boolean
Filters []AutomationRule V2Ocsf Boolean Filter - Enables filtering based on boolean field values
- Date
Filters []AutomationRule V2Ocsf Date Filter - Enables filtering based on date and timestamp fields
- Map
Filters []AutomationRule V2Ocsf Map Filter - Enables filtering based on map field value
- Number
Filters []AutomationRule V2Ocsf Number Filter - Enables filtering based on numerical field values
- Operator
Automation
Rule V2Allowed Operators - The logical operator used to combine multiple filter conditions.
- String
Filters []AutomationRule V2Ocsf String Filter - Enables filtering based on string field values
- boolean
Filters List<AutomationRule V2Ocsf Boolean Filter> - Enables filtering based on boolean field values
- date
Filters List<AutomationRule V2Ocsf Date Filter> - Enables filtering based on date and timestamp fields
- map
Filters List<AutomationRule V2Ocsf Map Filter> - Enables filtering based on map field value
- number
Filters List<AutomationRule V2Ocsf Number Filter> - Enables filtering based on numerical field values
- operator
Automation
Rule V2Allowed Operators - The logical operator used to combine multiple filter conditions.
- string
Filters List<AutomationRule V2Ocsf String Filter> - Enables filtering based on string field values
- boolean
Filters AutomationRule V2Ocsf Boolean Filter[] - Enables filtering based on boolean field values
- date
Filters AutomationRule V2Ocsf Date Filter[] - Enables filtering based on date and timestamp fields
- map
Filters AutomationRule V2Ocsf Map Filter[] - Enables filtering based on map field value
- number
Filters AutomationRule V2Ocsf Number Filter[] - Enables filtering based on numerical field values
- operator
Automation
Rule V2Allowed Operators - The logical operator used to combine multiple filter conditions.
- string
Filters AutomationRule V2Ocsf String Filter[] - Enables filtering based on string field values
- boolean_
filters Sequence[AutomationRule V2Ocsf Boolean Filter] - Enables filtering based on boolean field values
- date_
filters Sequence[AutomationRule V2Ocsf Date Filter] - Enables filtering based on date and timestamp fields
- map_
filters Sequence[AutomationRule V2Ocsf Map Filter] - Enables filtering based on map field value
- number_
filters Sequence[AutomationRule V2Ocsf Number Filter] - Enables filtering based on numerical field values
- operator
Automation
Rule V2Allowed Operators - The logical operator used to combine multiple filter conditions.
- string_
filters Sequence[AutomationRule V2Ocsf String Filter] - Enables filtering based on string field values
- boolean
Filters List<Property Map> - Enables filtering based on boolean field values
- date
Filters List<Property Map> - Enables filtering based on date and timestamp fields
- map
Filters List<Property Map> - Enables filtering based on map field value
- number
Filters List<Property Map> - Enables filtering based on numerical field values
- operator "AND" | "OR"
- The logical operator used to combine multiple filter conditions.
- string
Filters List<Property Map> - Enables filtering based on string field values
AutomationRuleV2Criteria, AutomationRuleV2CriteriaArgs
- Ocsf
Finding Pulumi.Criteria Aws Native. Security Hub. Inputs. Automation Rule V2Ocsf Finding Filters - The filtering conditions that align with OCSF standards.
- Ocsf
Finding AutomationCriteria Rule V2Ocsf Finding Filters - The filtering conditions that align with OCSF standards.
- ocsf
Finding AutomationCriteria Rule V2Ocsf Finding Filters - The filtering conditions that align with OCSF standards.
- ocsf
Finding AutomationCriteria Rule V2Ocsf Finding Filters - The filtering conditions that align with OCSF standards.
- ocsf_
finding_ Automationcriteria Rule V2Ocsf Finding Filters - The filtering conditions that align with OCSF standards.
- ocsf
Finding Property MapCriteria - The filtering conditions that align with OCSF standards.
AutomationRuleV2DateFilter, AutomationRuleV2DateFilterArgs
- Date
Range Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Date Range - 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 AutomationRule V2Date Range - 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 AutomationRule V2Date Range - 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 AutomationRule V2Date Range - 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 AutomationRule V2Date Range - 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 .
- date
Range 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.
Aws Native. Security Hub. Automation Rule V2Date Range Unit - A date range unit for the date filter
- Value double
- A date range value for the date filter
- Unit
Automation
Rule V2Date Range Unit - A date range unit for the date filter
- Value float64
- A date range value for the date filter
- unit
Automation
Rule V2Date Range Unit - A date range unit for the date filter
- value Double
- A date range value for the date filter
- unit
Automation
Rule V2Date Range Unit - A date range unit for the date filter
- value number
- A date range value for the date filter
- unit
Automation
Rule V2Date Range Unit - A date range unit for the date filter
- value float
- A date range value for the date filter
AutomationRuleV2DateRangeUnit, AutomationRuleV2DateRangeUnitArgs
- Days
- DAYS
- Automation
Rule V2Date Range Unit Days - DAYS
- Days
- DAYS
- Days
- DAYS
- DAYS
- DAYS
- "DAYS"
- DAYS
AutomationRuleV2ExternalIntegrationConfiguration, AutomationRuleV2ExternalIntegrationConfigurationArgs
- Connector
Arn string - The ARN of the connector that establishes the integration
- Connector
Arn string - The ARN of the connector that establishes the integration
- connector
Arn String - The ARN of the connector that establishes the integration
- connector
Arn string - The ARN of the connector that establishes the integration
- connector_
arn str - The ARN of the connector that establishes the integration
- connector
Arn String - The ARN of the connector that establishes the integration
AutomationRuleV2MapFilter, AutomationRuleV2MapFilterArgs
- Comparison
Pulumi.
Aws Native. Security Hub. Automation Rule V2Map Filter Comparison - 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
Automation
Rule V2Map Filter Comparison - 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
Automation
Rule V2Map Filter Comparison - 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
Automation
Rule V2Map Filter Comparison - 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
Automation
Rule V2Map Filter Comparison - 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
- Equals
Value - EQUALS
- Not
Equals - NOT_EQUALS
- Automation
Rule V2Map Filter Comparison Equals - EQUALS
- Automation
Rule V2Map Filter Comparison Not Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- EQUALS
- EQUALS
- NOT_EQUALS
- NOT_EQUALS
- "EQUALS"
- EQUALS
- "NOT_EQUALS"
- NOT_EQUALS
AutomationRuleV2NumberFilter, AutomationRuleV2NumberFilterArgs
AutomationRuleV2OcsfBooleanFilter, AutomationRuleV2OcsfBooleanFilterArgs
- Field
Name Pulumi.Aws Native. Security Hub. Automation Rule V2Ocsf Boolean Filter Field Name - The name of the field
- Filter
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2Boolean Filter - Enables filtering of security findings based on boolean field values in OCSF.
- Field
Name AutomationRule V2Ocsf Boolean Filter Field Name - The name of the field
- Filter
Automation
Rule V2Boolean Filter - Enables filtering of security findings based on boolean field values in OCSF.
- field
Name AutomationRule V2Ocsf Boolean Filter Field Name - The name of the field
- filter
Automation
Rule V2Boolean Filter - Enables filtering of security findings based on boolean field values in OCSF.
- field
Name AutomationRule V2Ocsf Boolean Filter Field Name - The name of the field
- filter
Automation
Rule V2Boolean Filter - Enables filtering of security findings based on boolean field values in OCSF.
- field_
name AutomationRule V2Ocsf Boolean Filter Field Name - The name of the field
- filter
Automation
Rule V2Boolean Filter - Enables filtering of security findings based on boolean field values in OCSF.
- field
Name "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
- Compliance
Assessments Meets Criteria - compliance.assessments.meets_criteria
- Vulnerabilities
Is Exploit Available - vulnerabilities.is_exploit_available
- Vulnerabilities
Is Fix Available - vulnerabilities.is_fix_available
- Automation
Rule V2Ocsf Boolean Filter Field Name Compliance Assessments Meets Criteria - compliance.assessments.meets_criteria
- Automation
Rule V2Ocsf Boolean Filter Field Name Vulnerabilities Is Exploit Available - vulnerabilities.is_exploit_available
- Automation
Rule V2Ocsf Boolean Filter Field Name 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
- 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
- "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
- Field
Name Pulumi.Aws Native. Security Hub. Automation Rule V2Ocsf Date Filter Field Name - The name of the field
- Filter
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2Date Filter - Enables filtering of security findings based on date and timestamp fields in OCSF.
- Field
Name AutomationRule V2Ocsf Date Filter Field Name - The name of the field
- Filter
Automation
Rule V2Date Filter - Enables filtering of security findings based on date and timestamp fields in OCSF.
- field
Name AutomationRule V2Ocsf Date Filter Field Name - The name of the field
- filter
Automation
Rule V2Date Filter - Enables filtering of security findings based on date and timestamp fields in OCSF.
- field
Name AutomationRule V2Ocsf Date Filter Field Name - The name of the field
- filter
Automation
Rule V2Date Filter - Enables filtering of security findings based on date and timestamp fields in OCSF.
- field_
name AutomationRule V2Ocsf Date Filter Field Name - The name of the field
- filter
Automation
Rule V2Date Filter - Enables filtering of security findings based on date and timestamp fields in OCSF.
- field
Name "finding_info.created_ time_ dt" | "finding_ info.first_ seen_ time_ dt" | "finding_ info.last_ seen_ time_ dt" | "finding_ info.modified_ time_ dt" - The name of the field
- filter Property Map
- Enables filtering of security findings based on date and timestamp fields in OCSF.
AutomationRuleV2OcsfDateFilterFieldName, AutomationRuleV2OcsfDateFilterFieldNameArgs
- 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
- Automation
Rule V2Ocsf Date Filter Field Name Finding Info Created Time Dt - finding_info.created_time_dt
- Automation
Rule V2Ocsf Date Filter Field Name Finding Info First Seen Time Dt - finding_info.first_seen_time_dt
- Automation
Rule V2Ocsf Date Filter Field Name Finding Info Last Seen Time Dt - finding_info.last_seen_time_dt
- Automation
Rule V2Ocsf Date Filter Field Name 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
- 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
- "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
- Composite
Filters List<Pulumi.Aws Native. Security Hub. Inputs. Automation Rule V2Composite Filter> - Enables the creation of complex filtering conditions by combining filter
- Composite
Operator Pulumi.Aws Native. Security Hub. Automation Rule V2Allowed Operators - The logical operators used to combine the filtering on multiple
CompositeFilters
.
- Composite
Filters []AutomationRule V2Composite Filter - Enables the creation of complex filtering conditions by combining filter
- Composite
Operator AutomationRule V2Allowed Operators - The logical operators used to combine the filtering on multiple
CompositeFilters
.
- composite
Filters List<AutomationRule V2Composite Filter> - Enables the creation of complex filtering conditions by combining filter
- composite
Operator AutomationRule V2Allowed Operators - The logical operators used to combine the filtering on multiple
CompositeFilters
.
- composite
Filters AutomationRule V2Composite Filter[] - Enables the creation of complex filtering conditions by combining filter
- composite
Operator AutomationRule V2Allowed Operators - The logical operators used to combine the filtering on multiple
CompositeFilters
.
- composite_
filters Sequence[AutomationRule V2Composite Filter] - Enables the creation of complex filtering conditions by combining filter
- composite_
operator AutomationRule V2Allowed Operators - The logical operators used to combine the filtering on multiple
CompositeFilters
.
- composite
Filters List<Property Map> - Enables the creation of complex filtering conditions by combining filter
- composite
Operator "AND" | "OR" - The logical operators used to combine the filtering on multiple
CompositeFilters
.
AutomationRuleV2OcsfMapFilter, AutomationRuleV2OcsfMapFilterArgs
- Field
Name Pulumi.Aws Native. Security Hub. Automation Rule V2Ocsf Map Filter Field Name - The name of the field
- Filter
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2Map Filter - Enables filtering of security findings based on map field values in OCSF.
- Field
Name AutomationRule V2Ocsf Map Filter Field Name - The name of the field
- Filter
Automation
Rule V2Map Filter - Enables filtering of security findings based on map field values in OCSF.
- field
Name AutomationRule V2Ocsf Map Filter Field Name - The name of the field
- filter
Automation
Rule V2Map Filter - Enables filtering of security findings based on map field values in OCSF.
- field
Name AutomationRule V2Ocsf Map Filter Field Name - The name of the field
- filter
Automation
Rule V2Map Filter - Enables filtering of security findings based on map field values in OCSF.
- field_
name AutomationRule V2Ocsf Map Filter Field Name - The name of the field
- filter
Automation
Rule V2Map Filter - Enables filtering of security findings based on map field values in OCSF.
- field
Name "resources.tags" - The name of the field
- filter Property Map
- Enables filtering of security findings based on map field values in OCSF.
AutomationRuleV2OcsfMapFilterFieldName, AutomationRuleV2OcsfMapFilterFieldNameArgs
- Resources
Tags - resources.tags
- Automation
Rule V2Ocsf Map Filter Field Name Resources Tags - resources.tags
- Resources
Tags - resources.tags
- Resources
Tags - resources.tags
- RESOURCES_TAGS
- resources.tags
- "resources.tags"
- resources.tags
AutomationRuleV2OcsfNumberFilter, AutomationRuleV2OcsfNumberFilterArgs
- Field
Name Pulumi.Aws Native. Security Hub. Automation Rule V2Ocsf Number Filter Field Name - The name of the field
- Filter
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2Number Filter - Enables filtering of security findings based on numerical field values in OCSF.
- Field
Name AutomationRule V2Ocsf Number Filter Field Name - The name of the field
- Filter
Automation
Rule V2Number Filter - Enables filtering of security findings based on numerical field values in OCSF.
- field
Name AutomationRule V2Ocsf Number Filter Field Name - The name of the field
- filter
Automation
Rule V2Number Filter - Enables filtering of security findings based on numerical field values in OCSF.
- field
Name AutomationRule V2Ocsf Number Filter Field Name - The name of the field
- filter
Automation
Rule V2Number Filter - Enables filtering of security findings based on numerical field values in OCSF.
- field_
name AutomationRule V2Ocsf Number Filter Field Name - The name of the field
- filter
Automation
Rule V2Number Filter - Enables filtering of security findings based on numerical field values in OCSF.
- field
Name "activity_id" | "compliance.status_ id" | "confidence_ score" | "severity_ id" | "status_ id" | "finding_ info.related_ events_ count" - The name of the field
- filter Property Map
- Enables filtering of security findings based on numerical field values in OCSF.
AutomationRuleV2OcsfNumberFilterFieldName, AutomationRuleV2OcsfNumberFilterFieldNameArgs
- 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
- Automation
Rule V2Ocsf Number Filter Field Name Activity Id - activity_id
- Automation
Rule V2Ocsf Number Filter Field Name Compliance Status Id - compliance.status_id
- Automation
Rule V2Ocsf Number Filter Field Name Confidence Score - confidence_score
- Automation
Rule V2Ocsf Number Filter Field Name Severity Id - severity_id
- Automation
Rule V2Ocsf Number Filter Field Name Status Id - status_id
- Automation
Rule V2Ocsf Number Filter Field Name 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
- 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
- "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
- 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
- Automation
Rule V2Ocsf String Field Metadata Uid - metadata.uid
- Automation
Rule V2Ocsf String Field Activity Name - activity_name
- Automation
Rule V2Ocsf String Field Cloud Account Name - cloud.account.name
- Automation
Rule V2Ocsf String Field Cloud Account Uid - cloud.account.uid
- Automation
Rule V2Ocsf String Field Cloud Provider - cloud.provider
- Automation
Rule V2Ocsf String Field Cloud Region - cloud.region
- Automation
Rule V2Ocsf String Field Compliance Assessments Category - compliance.assessments.category
- Automation
Rule V2Ocsf String Field Compliance Assessments Name - compliance.assessments.name
- Automation
Rule V2Ocsf String Field Compliance Control - compliance.control
- Automation
Rule V2Ocsf String Field Compliance Status - compliance.status
- Automation
Rule V2Ocsf String Field Compliance Standards - compliance.standards
- Automation
Rule V2Ocsf String Field Finding Info Desc - finding_info.desc
- Automation
Rule V2Ocsf String Field Finding Info Src Url - finding_info.src_url
- Automation
Rule V2Ocsf String Field Finding Info Title - finding_info.title
- Automation
Rule V2Ocsf String Field Finding Info Types - finding_info.types
- Automation
Rule V2Ocsf String Field Finding Info Uid - finding_info.uid
- Automation
Rule V2Ocsf String Field Finding Info Related Events Uid - finding_info.related_events.uid
- Automation
Rule V2Ocsf String Field Finding Info Related Events Product Uid - finding_info.related_events.product.uid
- Automation
Rule V2Ocsf String Field Finding Info Related Events Title - finding_info.related_events.title
- Automation
Rule V2Ocsf String Field Metadata Product Feature Uid - metadata.product.feature.uid
- Automation
Rule V2Ocsf String Field Metadata Product Name - metadata.product.name
- Automation
Rule V2Ocsf String Field Metadata Product Uid - metadata.product.uid
- Automation
Rule V2Ocsf String Field Metadata Product Vendor Name - metadata.product.vendor_name
- Automation
Rule V2Ocsf String Field Remediation Desc - remediation.desc
- Automation
Rule V2Ocsf String Field Remediation References - remediation.references
- Automation
Rule V2Ocsf String Field Resources Cloud Partition - resources.cloud_partition
- Automation
Rule V2Ocsf String Field Resources Name - resources.name
- Automation
Rule V2Ocsf String Field Resources Region - resources.region
- Automation
Rule V2Ocsf String Field Resources Type - resources.type
- Automation
Rule V2Ocsf String Field Resources Uid - resources.uid
- Automation
Rule V2Ocsf String Field Severity - severity
- Automation
Rule V2Ocsf String Field Status - status
- Automation
Rule V2Ocsf String Field Comment - comment
- Automation
Rule V2Ocsf String Field Vulnerabilities Fix Coverage - vulnerabilities.fix_coverage
- Automation
Rule V2Ocsf String Field 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
- 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
- "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
- Field
Name Pulumi.Aws Native. Security Hub. Automation Rule V2Ocsf String Field - The name of the field.
- Filter
Pulumi.
Aws Native. Security Hub. Inputs. Automation Rule V2String Filter - Enables filtering of security findings based on string field values in OCSF.
- Field
Name AutomationRule V2Ocsf String Field - The name of the field.
- Filter
Automation
Rule V2String Filter - Enables filtering of security findings based on string field values in OCSF.
- field
Name AutomationRule V2Ocsf String Field - The name of the field.
- filter
Automation
Rule V2String Filter - Enables filtering of security findings based on string field values in OCSF.
- field
Name AutomationRule V2Ocsf String Field - The name of the field.
- filter
Automation
Rule V2String Filter - Enables filtering of security findings based on string field values in OCSF.
- field_
name AutomationRule V2Ocsf String Field - The name of the field.
- filter
Automation
Rule V2String Filter - Enables filtering of security findings based on string field values in OCSF.
- field
Name "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
- Automation
Rule V2Rule Status Enabled - ENABLED
- Automation
Rule V2Rule Status Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
AutomationRuleV2StringFilter, AutomationRuleV2StringFilterArgs
- Comparison
Pulumi.
Aws Native. Security Hub. Automation Rule V2String Filter Comparison - The condition to apply to a string value when filtering findings
- Value string
- The string filter value
- Comparison
Automation
Rule V2String Filter Comparison - The condition to apply to a string value when filtering findings
- Value string
- The string filter value
- comparison
Automation
Rule V2String Filter Comparison - The condition to apply to a string value when filtering findings
- value String
- The string filter value
- comparison
Automation
Rule V2String Filter Comparison - The condition to apply to a string value when filtering findings
- value string
- The string filter value
- comparison
Automation
Rule V2String Filter Comparison - 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
- Equals
Value - EQUALS
- Prefix
- PREFIX
- Not
Equals - NOT_EQUALS
- Prefix
Not Equals - PREFIX_NOT_EQUALS
- Contains
- CONTAINS
- Automation
Rule V2String Filter Comparison Equals - EQUALS
- Automation
Rule V2String Filter Comparison Prefix - PREFIX
- Automation
Rule V2String Filter Comparison Not Equals - NOT_EQUALS
- Automation
Rule V2String Filter Comparison Prefix Not Equals - PREFIX_NOT_EQUALS
- Automation
Rule V2String Filter Comparison 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
- 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
We recommend new projects start with resources from the AWS provider.