We recommend new projects start with resources from the AWS provider.
aws-native.iot.SecurityProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A security profile defines a set of expected behaviors for devices in your account.
Create SecurityProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecurityProfile(name: string, args?: SecurityProfileArgs, opts?: CustomResourceOptions);@overload
def SecurityProfile(resource_name: str,
                    args: Optional[SecurityProfileArgs] = None,
                    opts: Optional[ResourceOptions] = None)
@overload
def SecurityProfile(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    additional_metrics_to_retain_v2: Optional[Sequence[SecurityProfileMetricToRetainArgs]] = None,
                    alert_targets: Optional[Mapping[str, SecurityProfileAlertTargetArgs]] = None,
                    behaviors: Optional[Sequence[SecurityProfileBehaviorArgs]] = None,
                    metrics_export_config: Optional[MetricsExportConfigPropertiesArgs] = None,
                    security_profile_description: Optional[str] = None,
                    security_profile_name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                    target_arns: Optional[Sequence[str]] = None)func NewSecurityProfile(ctx *Context, name string, args *SecurityProfileArgs, opts ...ResourceOption) (*SecurityProfile, error)public SecurityProfile(string name, SecurityProfileArgs? args = null, CustomResourceOptions? opts = null)
public SecurityProfile(String name, SecurityProfileArgs args)
public SecurityProfile(String name, SecurityProfileArgs args, CustomResourceOptions options)
type: aws-native:iot:SecurityProfile
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 SecurityProfileArgs
- 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 SecurityProfileArgs
- 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 SecurityProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecurityProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecurityProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
SecurityProfile 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 SecurityProfile resource accepts the following input properties:
- AdditionalMetrics List<Pulumi.To Retain V2 Aws Native. Io T. Inputs. Security Profile Metric To Retain> 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- AlertTargets Dictionary<string, Pulumi.Aws Native. Io T. Inputs. Security Profile Alert Target Args> 
- Specifies the destinations to which alerts are sent.
- Behaviors
List<Pulumi.Aws Native. Io T. Inputs. Security Profile Behavior> 
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- MetricsExport Pulumi.Config Aws Native. Io T. Inputs. Metrics Export Config Properties 
- A structure containing the mqtt topic for metrics export.
- SecurityProfile stringDescription 
- A description of the security profile.
- SecurityProfile stringName 
- A unique identifier for the security profile.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- Metadata that can be used to manage the security profile.
- TargetArns List<string>
- A set of target ARNs that the security profile is attached to.
- AdditionalMetrics []SecurityTo Retain V2 Profile Metric To Retain Args 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- AlertTargets map[string]SecurityProfile Alert Target Args 
- Specifies the destinations to which alerts are sent.
- Behaviors
[]SecurityProfile Behavior Args 
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- MetricsExport MetricsConfig Export Config Properties Args 
- A structure containing the mqtt topic for metrics export.
- SecurityProfile stringDescription 
- A description of the security profile.
- SecurityProfile stringName 
- A unique identifier for the security profile.
- 
TagArgs 
- Metadata that can be used to manage the security profile.
- TargetArns []string
- A set of target ARNs that the security profile is attached to.
- additionalMetrics List<SecurityTo Retain V2 Profile Metric To Retain> 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- alertTargets Map<String,SecurityProfile Alert Target Args> 
- Specifies the destinations to which alerts are sent.
- behaviors
List<SecurityProfile Behavior> 
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- metricsExport MetricsConfig Export Config Properties 
- A structure containing the mqtt topic for metrics export.
- securityProfile StringDescription 
- A description of the security profile.
- securityProfile StringName 
- A unique identifier for the security profile.
- List<Tag>
- Metadata that can be used to manage the security profile.
- targetArns List<String>
- A set of target ARNs that the security profile is attached to.
- additionalMetrics SecurityTo Retain V2 Profile Metric To Retain[] 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- alertTargets {[key: string]: SecurityProfile Alert Target Args} 
- Specifies the destinations to which alerts are sent.
- behaviors
SecurityProfile Behavior[] 
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- metricsExport MetricsConfig Export Config Properties 
- A structure containing the mqtt topic for metrics export.
- securityProfile stringDescription 
- A description of the security profile.
- securityProfile stringName 
- A unique identifier for the security profile.
- Tag[]
- Metadata that can be used to manage the security profile.
- targetArns string[]
- A set of target ARNs that the security profile is attached to.
- additional_metrics_ Sequence[Securityto_ retain_ v2 Profile Metric To Retain Args] 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- alert_targets Mapping[str, SecurityProfile Alert Target Args] 
- Specifies the destinations to which alerts are sent.
- behaviors
Sequence[SecurityProfile Behavior Args] 
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- metrics_export_ Metricsconfig Export Config Properties Args 
- A structure containing the mqtt topic for metrics export.
- security_profile_ strdescription 
- A description of the security profile.
- security_profile_ strname 
- A unique identifier for the security profile.
- 
Sequence[TagArgs] 
- Metadata that can be used to manage the security profile.
- target_arns Sequence[str]
- A set of target ARNs that the security profile is attached to.
- additionalMetrics List<Property Map>To Retain V2 
- A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here.
- alertTargets Map<Property Map>
- Specifies the destinations to which alerts are sent.
- behaviors List<Property Map>
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
- metricsExport Property MapConfig 
- A structure containing the mqtt topic for metrics export.
- securityProfile StringDescription 
- A description of the security profile.
- securityProfile StringName 
- A unique identifier for the security profile.
- List<Property Map>
- Metadata that can be used to manage the security profile.
- targetArns List<String>
- A set of target ARNs that the security profile is attached to.
Outputs
All input properties are implicitly available as output properties. Additionally, the SecurityProfile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SecurityProfile stringArn 
- The ARN (Amazon resource name) of the created security profile.
- Id string
- The provider-assigned unique ID for this managed resource.
- SecurityProfile stringArn 
- The ARN (Amazon resource name) of the created security profile.
- id String
- The provider-assigned unique ID for this managed resource.
- securityProfile StringArn 
- The ARN (Amazon resource name) of the created security profile.
- id string
- The provider-assigned unique ID for this managed resource.
- securityProfile stringArn 
- The ARN (Amazon resource name) of the created security profile.
- id str
- The provider-assigned unique ID for this managed resource.
- security_profile_ strarn 
- The ARN (Amazon resource name) of the created security profile.
- id String
- The provider-assigned unique ID for this managed resource.
- securityProfile StringArn 
- The ARN (Amazon resource name) of the created security profile.
Supporting Types
MetricsExportConfigProperties, MetricsExportConfigPropertiesArgs        
- mqtt_topic str
- The topic for metrics export.
- role_arn str
- The ARN of the role that grants permission to publish to mqtt topic.
SecurityProfileAlertTarget, SecurityProfileAlertTargetArgs        
- AlertTarget stringArn 
- The ARN of the notification target to which alerts are sent.
- RoleArn string
- The ARN of the role that grants permission to send alerts to the notification target.
- AlertTarget stringArn 
- The ARN of the notification target to which alerts are sent.
- RoleArn string
- The ARN of the role that grants permission to send alerts to the notification target.
- alertTarget StringArn 
- The ARN of the notification target to which alerts are sent.
- roleArn String
- The ARN of the role that grants permission to send alerts to the notification target.
- alertTarget stringArn 
- The ARN of the notification target to which alerts are sent.
- roleArn string
- The ARN of the role that grants permission to send alerts to the notification target.
- alert_target_ strarn 
- The ARN of the notification target to which alerts are sent.
- role_arn str
- The ARN of the role that grants permission to send alerts to the notification target.
- alertTarget StringArn 
- The ARN of the notification target to which alerts are sent.
- roleArn String
- The ARN of the role that grants permission to send alerts to the notification target.
SecurityProfileBehavior, SecurityProfileBehaviorArgs      
- Name string
- The name for the behavior.
- Criteria
Pulumi.Aws Native. Io T. Inputs. Security Profile Behavior Criteria 
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- ExportMetric bool
- Value indicates exporting metrics related to the behavior when it is true.
- Metric string
- What is measured by the behavior.
- MetricDimension Pulumi.Aws Native. Io T. Inputs. Security Profile Metric Dimension 
- The dimension of the metric.
- SuppressAlerts bool
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
- Name string
- The name for the behavior.
- Criteria
SecurityProfile Behavior Criteria 
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- ExportMetric bool
- Value indicates exporting metrics related to the behavior when it is true.
- Metric string
- What is measured by the behavior.
- MetricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- SuppressAlerts bool
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
- name String
- The name for the behavior.
- criteria
SecurityProfile Behavior Criteria 
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- exportMetric Boolean
- Value indicates exporting metrics related to the behavior when it is true.
- metric String
- What is measured by the behavior.
- metricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- suppressAlerts Boolean
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
- name string
- The name for the behavior.
- criteria
SecurityProfile Behavior Criteria 
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- exportMetric boolean
- Value indicates exporting metrics related to the behavior when it is true.
- metric string
- What is measured by the behavior.
- metricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- suppressAlerts boolean
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
- name str
- The name for the behavior.
- criteria
SecurityProfile Behavior Criteria 
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- export_metric bool
- Value indicates exporting metrics related to the behavior when it is true.
- metric str
- What is measured by the behavior.
- metric_dimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- suppress_alerts bool
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
- name String
- The name for the behavior.
- criteria Property Map
- The criteria that determine if a device is behaving normally in regard to the - metric.- In the AWS IoT console, you can choose to be sent an alert through Amazon SNS when AWS IoT Device Defender detects that a device is behaving anomalously. 
- exportMetric Boolean
- Value indicates exporting metrics related to the behavior when it is true.
- metric String
- What is measured by the behavior.
- metricDimension Property Map
- The dimension of the metric.
- suppressAlerts Boolean
- Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.
SecurityProfileBehaviorCriteria, SecurityProfileBehaviorCriteriaArgs        
- ComparisonOperator Pulumi.Aws Native. Io T. Security Profile Behavior Criteria Comparison Operator 
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- ConsecutiveDatapoints intTo Alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- ConsecutiveDatapoints intTo Clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- DurationSeconds int
- Use this to specify the time duration over which the behavior is evaluated.
- MlDetection Pulumi.Config Aws Native. Io T. Inputs. Security Profile Machine Learning Detection Config 
- The confidence level of the detection model.
- StatisticalThreshold Pulumi.Aws Native. Io T. Inputs. Security Profile Statistical Threshold 
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- Value
Pulumi.Aws Native. Io T. Inputs. Security Profile Metric Value 
- The value to be compared with the metric.
- ComparisonOperator SecurityProfile Behavior Criteria Comparison Operator 
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- ConsecutiveDatapoints intTo Alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- ConsecutiveDatapoints intTo Clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- DurationSeconds int
- Use this to specify the time duration over which the behavior is evaluated.
- MlDetection SecurityConfig Profile Machine Learning Detection Config 
- The confidence level of the detection model.
- StatisticalThreshold SecurityProfile Statistical Threshold 
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- Value
SecurityProfile Metric Value 
- The value to be compared with the metric.
- comparisonOperator SecurityProfile Behavior Criteria Comparison Operator 
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- consecutiveDatapoints IntegerTo Alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- consecutiveDatapoints IntegerTo Clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- durationSeconds Integer
- Use this to specify the time duration over which the behavior is evaluated.
- mlDetection SecurityConfig Profile Machine Learning Detection Config 
- The confidence level of the detection model.
- statisticalThreshold SecurityProfile Statistical Threshold 
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- value
SecurityProfile Metric Value 
- The value to be compared with the metric.
- comparisonOperator SecurityProfile Behavior Criteria Comparison Operator 
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- consecutiveDatapoints numberTo Alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- consecutiveDatapoints numberTo Clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- durationSeconds number
- Use this to specify the time duration over which the behavior is evaluated.
- mlDetection SecurityConfig Profile Machine Learning Detection Config 
- The confidence level of the detection model.
- statisticalThreshold SecurityProfile Statistical Threshold 
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- value
SecurityProfile Metric Value 
- The value to be compared with the metric.
- comparison_operator SecurityProfile Behavior Criteria Comparison Operator 
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- consecutive_datapoints_ intto_ alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- consecutive_datapoints_ intto_ clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- duration_seconds int
- Use this to specify the time duration over which the behavior is evaluated.
- ml_detection_ Securityconfig Profile Machine Learning Detection Config 
- The confidence level of the detection model.
- statistical_threshold SecurityProfile Statistical Threshold 
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- value
SecurityProfile Metric Value 
- The value to be compared with the metric.
- comparisonOperator "less-than" | "less-than-equals" | "greater-than" | "greater-than-equals" | "in-cidr-set" | "not-in-cidr-set" | "in-port-set" | "not-in-port-set" | "in-set" | "not-in-set"
- The operator that relates the thing measured (metric) to the criteria (containing a value or statisticalThreshold).
- consecutiveDatapoints NumberTo Alarm 
- If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs. If not specified, the default is 1.
- consecutiveDatapoints NumberTo Clear 
- If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified number of consecutive datapoints, the alarm is cleared. If not specified, the default is 1.
- durationSeconds Number
- Use this to specify the time duration over which the behavior is evaluated.
- mlDetection Property MapConfig 
- The confidence level of the detection model.
- statisticalThreshold Property Map
- A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
- value Property Map
- The value to be compared with the metric.
SecurityProfileBehaviorCriteriaComparisonOperator, SecurityProfileBehaviorCriteriaComparisonOperatorArgs            
- LessThan 
- less-than
- LessThan Equals 
- less-than-equals
- GreaterThan 
- greater-than
- GreaterThan Equals 
- greater-than-equals
- InCidr Set 
- in-cidr-set
- NotIn Cidr Set 
- not-in-cidr-set
- InPort Set 
- in-port-set
- NotIn Port Set 
- not-in-port-set
- InSet 
- in-set
- NotIn Set 
- not-in-set
- SecurityProfile Behavior Criteria Comparison Operator Less Than 
- less-than
- SecurityProfile Behavior Criteria Comparison Operator Less Than Equals 
- less-than-equals
- SecurityProfile Behavior Criteria Comparison Operator Greater Than 
- greater-than
- SecurityProfile Behavior Criteria Comparison Operator Greater Than Equals 
- greater-than-equals
- SecurityProfile Behavior Criteria Comparison Operator In Cidr Set 
- in-cidr-set
- SecurityProfile Behavior Criteria Comparison Operator Not In Cidr Set 
- not-in-cidr-set
- SecurityProfile Behavior Criteria Comparison Operator In Port Set 
- in-port-set
- SecurityProfile Behavior Criteria Comparison Operator Not In Port Set 
- not-in-port-set
- SecurityProfile Behavior Criteria Comparison Operator In Set 
- in-set
- SecurityProfile Behavior Criteria Comparison Operator Not In Set 
- not-in-set
- LessThan 
- less-than
- LessThan Equals 
- less-than-equals
- GreaterThan 
- greater-than
- GreaterThan Equals 
- greater-than-equals
- InCidr Set 
- in-cidr-set
- NotIn Cidr Set 
- not-in-cidr-set
- InPort Set 
- in-port-set
- NotIn Port Set 
- not-in-port-set
- InSet 
- in-set
- NotIn Set 
- not-in-set
- LessThan 
- less-than
- LessThan Equals 
- less-than-equals
- GreaterThan 
- greater-than
- GreaterThan Equals 
- greater-than-equals
- InCidr Set 
- in-cidr-set
- NotIn Cidr Set 
- not-in-cidr-set
- InPort Set 
- in-port-set
- NotIn Port Set 
- not-in-port-set
- InSet 
- in-set
- NotIn Set 
- not-in-set
- LESS_THAN
- less-than
- LESS_THAN_EQUALS
- less-than-equals
- GREATER_THAN
- greater-than
- GREATER_THAN_EQUALS
- greater-than-equals
- IN_CIDR_SET
- in-cidr-set
- NOT_IN_CIDR_SET
- not-in-cidr-set
- IN_PORT_SET
- in-port-set
- NOT_IN_PORT_SET
- not-in-port-set
- IN_SET
- in-set
- NOT_IN_SET
- not-in-set
- "less-than"
- less-than
- "less-than-equals"
- less-than-equals
- "greater-than"
- greater-than
- "greater-than-equals"
- greater-than-equals
- "in-cidr-set"
- in-cidr-set
- "not-in-cidr-set"
- not-in-cidr-set
- "in-port-set"
- in-port-set
- "not-in-port-set"
- not-in-port-set
- "in-set"
- in-set
- "not-in-set"
- not-in-set
SecurityProfileMachineLearningDetectionConfig, SecurityProfileMachineLearningDetectionConfigArgs            
- ConfidenceLevel Pulumi.Aws Native. Io T. Security Profile Machine Learning Detection Config Confidence Level 
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
- ConfidenceLevel SecurityProfile Machine Learning Detection Config Confidence Level 
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
- confidenceLevel SecurityProfile Machine Learning Detection Config Confidence Level 
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
- confidenceLevel SecurityProfile Machine Learning Detection Config Confidence Level 
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
- confidence_level SecurityProfile Machine Learning Detection Config Confidence Level 
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
- confidenceLevel "LOW" | "MEDIUM" | "HIGH"
- The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.
SecurityProfileMachineLearningDetectionConfigConfidenceLevel, SecurityProfileMachineLearningDetectionConfigConfidenceLevelArgs                
- Low
- LOW
- Medium
- MEDIUM
- High
- HIGH
- SecurityProfile Machine Learning Detection Config Confidence Level Low 
- LOW
- SecurityProfile Machine Learning Detection Config Confidence Level Medium 
- MEDIUM
- SecurityProfile Machine Learning Detection Config Confidence Level High 
- HIGH
- Low
- LOW
- Medium
- MEDIUM
- High
- HIGH
- Low
- LOW
- Medium
- MEDIUM
- High
- HIGH
- LOW
- LOW
- MEDIUM
- MEDIUM
- HIGH
- HIGH
- "LOW"
- LOW
- "MEDIUM"
- MEDIUM
- "HIGH"
- HIGH
SecurityProfileMetricDimension, SecurityProfileMetricDimensionArgs        
- DimensionName string
- A unique identifier for the dimension.
- Operator
Pulumi.Aws Native. Io T. Security Profile Metric Dimension Operator 
- Defines how the dimensionValues of a dimension are interpreted.
- DimensionName string
- A unique identifier for the dimension.
- Operator
SecurityProfile Metric Dimension Operator 
- Defines how the dimensionValues of a dimension are interpreted.
- dimensionName String
- A unique identifier for the dimension.
- operator
SecurityProfile Metric Dimension Operator 
- Defines how the dimensionValues of a dimension are interpreted.
- dimensionName string
- A unique identifier for the dimension.
- operator
SecurityProfile Metric Dimension Operator 
- Defines how the dimensionValues of a dimension are interpreted.
- dimension_name str
- A unique identifier for the dimension.
- operator
SecurityProfile Metric Dimension Operator 
- Defines how the dimensionValues of a dimension are interpreted.
- dimensionName String
- A unique identifier for the dimension.
- operator "IN" | "NOT_IN"
- Defines how the dimensionValues of a dimension are interpreted.
SecurityProfileMetricDimensionOperator, SecurityProfileMetricDimensionOperatorArgs          
- In
- IN
- NotIn 
- NOT_IN
- SecurityProfile Metric Dimension Operator In 
- IN
- SecurityProfile Metric Dimension Operator Not In 
- NOT_IN
- In
- IN
- NotIn 
- NOT_IN
- In
- IN
- NotIn 
- NOT_IN
- IN_
- IN
- NOT_IN
- NOT_IN
- "IN"
- IN
- "NOT_IN"
- NOT_IN
SecurityProfileMetricToRetain, SecurityProfileMetricToRetainArgs          
- Metric string
- What is measured by the behavior.
- ExportMetric bool
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- MetricDimension Pulumi.Aws Native. Io T. Inputs. Security Profile Metric Dimension 
- The dimension of the metric.
- Metric string
- What is measured by the behavior.
- ExportMetric bool
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- MetricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- metric String
- What is measured by the behavior.
- exportMetric Boolean
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- metricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- metric string
- What is measured by the behavior.
- exportMetric boolean
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- metricDimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- metric str
- What is measured by the behavior.
- export_metric bool
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- metric_dimension SecurityProfile Metric Dimension 
- The dimension of the metric.
- metric String
- What is measured by the behavior.
- exportMetric Boolean
- The value indicates exporting metrics related to the MetricToRetainwhen it's true.
- metricDimension Property Map
- The dimension of the metric.
SecurityProfileMetricValue, SecurityProfileMetricValueArgs        
- Cidrs List<string>
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- Count string
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- Number double
- The numeral value of a metric.
- Numbers List<double>
- The numeral values of a metric.
- Ports List<int>
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- Strings List<string>
- The string values of a metric.
- Cidrs []string
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- Count string
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- Number float64
- The numeral value of a metric.
- Numbers []float64
- The numeral values of a metric.
- Ports []int
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- Strings []string
- The string values of a metric.
- cidrs List<String>
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- count String
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- number Double
- The numeral value of a metric.
- numbers List<Double>
- The numeral values of a metric.
- ports List<Integer>
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- strings List<String>
- The string values of a metric.
- cidrs string[]
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- count string
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- number number
- The numeral value of a metric.
- numbers number[]
- The numeral values of a metric.
- ports number[]
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- strings string[]
- The string values of a metric.
- cidrs Sequence[str]
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- count str
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- number float
- The numeral value of a metric.
- numbers Sequence[float]
- The numeral values of a metric.
- ports Sequence[int]
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- strings Sequence[str]
- The string values of a metric.
- cidrs List<String>
- If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
- count String
- If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.
- number Number
- The numeral value of a metric.
- numbers List<Number>
- The numeral values of a metric.
- ports List<Number>
- If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
- strings List<String>
- The string values of a metric.
SecurityProfileStatisticalThreshold, SecurityProfileStatisticalThresholdArgs        
- Statistic
Pulumi.Aws Native. Io T. Security Profile Statistical Threshold Statistic 
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
- Statistic
SecurityProfile Statistical Threshold Statistic 
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
- statistic
SecurityProfile Statistical Threshold Statistic 
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
- statistic
SecurityProfile Statistical Threshold Statistic 
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
- statistic
SecurityProfile Statistical Threshold Statistic 
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
- statistic "Average" | "p0" | "p0.1" | "p0.01" | "p1" | "p10" | "p50" | "p90" | "p99" | "p99.9" | "p99.99" | "p100"
- The percentile which resolves to a threshold value by which compliance with a behavior is determined
SecurityProfileStatisticalThresholdStatistic, SecurityProfileStatisticalThresholdStatisticArgs          
- Average
- Average
- P0
- p0
- P01
- p0.1
- P001
- p0.01
- P1
- p1
- P10
- p10
- P50
- p50
- P90
- p90
- P99
- p99
- P999
- p99.9
- P9999
- p99.99
- P100
- p100
- SecurityProfile Statistical Threshold Statistic Average 
- Average
- SecurityProfile Statistical Threshold Statistic P0 
- p0
- SecurityProfile Statistical Threshold Statistic P01 
- p0.1
- SecurityProfile Statistical Threshold Statistic P001 
- p0.01
- SecurityProfile Statistical Threshold Statistic P1 
- p1
- SecurityProfile Statistical Threshold Statistic P10 
- p10
- SecurityProfile Statistical Threshold Statistic P50 
- p50
- SecurityProfile Statistical Threshold Statistic P90 
- p90
- SecurityProfile Statistical Threshold Statistic P99 
- p99
- SecurityProfile Statistical Threshold Statistic P999 
- p99.9
- SecurityProfile Statistical Threshold Statistic P9999 
- p99.99
- SecurityProfile Statistical Threshold Statistic P100 
- p100
- Average
- Average
- P0
- p0
- P01
- p0.1
- P001
- p0.01
- P1
- p1
- P10
- p10
- P50
- p50
- P90
- p90
- P99
- p99
- P999
- p99.9
- P9999
- p99.99
- P100
- p100
- Average
- Average
- P0
- p0
- P01
- p0.1
- P001
- p0.01
- P1
- p1
- P10
- p10
- P50
- p50
- P90
- p90
- P99
- p99
- P999
- p99.9
- P9999
- p99.99
- P100
- p100
- AVERAGE
- Average
- P0
- p0
- P01
- p0.1
- P001
- p0.01
- P1
- p1
- P10
- p10
- P50
- p50
- P90
- p90
- P99
- p99
- P999
- p99.9
- P9999
- p99.99
- P100
- p100
- "Average"
- Average
- "p0"
- p0
- "p0.1"
- p0.1
- "p0.01"
- p0.01
- "p1"
- p1
- "p10"
- p10
- "p50"
- p50
- "p90"
- p90
- "p99"
- p99
- "p99.9"
- p99.9
- "p99.99"
- p99.99
- "p100"
- p100
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.