GetSecurityProfileResult

data class GetSecurityProfileResult(val additionalMetricsToRetainV2: List<SecurityProfileMetricToRetain>? = null, val alertTargets: Map<String, SecurityProfileAlertTarget>? = null, val behaviors: List<SecurityProfileBehavior>? = null, val metricsExportConfig: MetricsExportConfigProperties? = null, val securityProfileArn: String? = null, val securityProfileDescription: String? = null, val tags: List<Tag>? = null, val targetArns: List<String>? = null)

Constructors

Link copied to clipboard
constructor(additionalMetricsToRetainV2: List<SecurityProfileMetricToRetain>? = null, alertTargets: Map<String, SecurityProfileAlertTarget>? = null, behaviors: List<SecurityProfileBehavior>? = null, metricsExportConfig: MetricsExportConfigProperties? = null, securityProfileArn: String? = null, securityProfileDescription: String? = null, tags: List<Tag>? = null, targetArns: List<String>? = null)

Types

Link copied to clipboard
object Companion

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

The ARN (Amazon resource name) of the created security profile.

Link copied to clipboard

A description of the security profile.

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

Metadata that can be used to manage the security profile.

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

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