SecurityProfileArgs

data class SecurityProfileArgs(val additionalMetricsToRetainV2: Output<List<SecurityProfileMetricToRetainArgs>>? = null, val alertTargets: Output<Map<String, SecurityProfileAlertTargetArgs>>? = null, val behaviors: Output<List<SecurityProfileBehaviorArgs>>? = null, val metricsExportConfig: Output<MetricsExportConfigPropertiesArgs>? = null, val securityProfileDescription: Output<String>? = null, val securityProfileName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val targetArns: Output<List<String>>? = null) : ConvertibleToJava<SecurityProfileArgs>

A security profile defines a set of expected behaviors for devices in your account.

Constructors

Link copied to clipboard
constructor(additionalMetricsToRetainV2: Output<List<SecurityProfileMetricToRetainArgs>>? = null, alertTargets: Output<Map<String, SecurityProfileAlertTargetArgs>>? = null, behaviors: Output<List<SecurityProfileBehaviorArgs>>? = null, metricsExportConfig: Output<MetricsExportConfigPropertiesArgs>? = null, securityProfileDescription: Output<String>? = null, securityProfileName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, targetArns: Output<List<String>>? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies the destinations to which alerts are sent.

Link copied to clipboard

Specifies the behaviors that, when violated by a device (thing), cause an alert.

Link copied to clipboard

A structure containing the mqtt topic for metrics export.

Link copied to clipboard
val securityProfileDescription: Output<String>? = null

A description of the security profile.

Link copied to clipboard
val securityProfileName: Output<String>? = null

A unique identifier for the security profile.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata that can be used to manage the security profile.

Link copied to clipboard
val targetArns: Output<List<String>>? = null

A set of target ARNs that the security profile is attached to.

Functions

Link copied to clipboard
open override fun toJava(): SecurityProfileArgs