SecurityProfile

class SecurityProfile : KotlinCustomResource

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

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
val id: Output<String>
Link copied to clipboard

A structure containing the mqtt topic for metrics export.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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

A unique identifier for the security profile.

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

Metadata that can be used to manage the security profile.

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

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

Link copied to clipboard
val urn: Output<String>