UpdateSecurityProfileRequest

Types

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

Properties

Link copied to clipboard

Please use UpdateSecurityProfileRequest$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

Where the alerts are sent. (Alerts are always sent to the console.)

Link copied to clipboard

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

Link copied to clipboard

If true, delete all additionalMetricsToRetain defined for this security profile. If any additionalMetricsToRetain are defined in the current invocation, an exception occurs.

Link copied to clipboard

If true, delete all alertTargets defined for this security profile. If any alertTargets are defined in the current invocation, an exception occurs.

Link copied to clipboard

If true, delete all behaviors defined for this security profile. If any behaviors are defined in the current invocation, an exception occurs.

Link copied to clipboard

Set the value as true to delete metrics export related configurations.

Link copied to clipboard

The expected version of the security profile. A new version is generated whenever the security profile is updated. If you specify a value that is different from the actual version, a VersionConflictException is thrown.

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 of the security profile you want to update.

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