CreateSecurityProfileRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Please use CreateSecurityProfileRequest$additionalMetricsToRetainV2 instead.

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. Can be used with custom metrics; cannot be used with dimensions.

Link copied to clipboard

Specifies the destinations to which alerts are sent. (Alerts are always sent to the console.) Alerts are generated when a device (thing) violates a behavior.

Link copied to clipboard

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

Link copied to clipboard

Specifies the MQTT topic and role ARN required for metric export.

Link copied to clipboard

A description of the security profile.

Link copied to clipboard

The name you are giving to the security profile.

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

Metadata that can be used to manage the security profile.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String