Skip to main content

security_profile_tags

Expands all tag keys and values for security_profiles in a region

Overview

Namesecurity_profile_tags
TypeResource
DescriptionA security profile defines a set of expected behaviors for devices in your account.
Idaws.iot.security_profile_tags

Fields

NameDatatypeDescription
security_profile_namestringA unique identifier for the security profile.
security_profile_descriptionstringA description of the security profile.
behaviorsarraySpecifies the behaviors that, when violated by a device (thing), cause an alert.
alert_targetsobjectSpecifies the destinations to which alerts are sent.
additional_metrics_to_retain_v2arrayA 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.
metrics_export_configobjectA structure containing the mqtt topic for metrics export.
target_arnsarrayA set of target ARNs that the security profile is attached to.
security_profile_arnstringThe ARN (Amazon resource name) of the created security profile.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all security_profiles in a region.

SELECT
region,
security_profile_name,
security_profile_description,
behaviors,
alert_targets,
additional_metrics_to_retain_v2,
metrics_export_config,
target_arns,
security_profile_arn,
tag_key,
tag_value
FROM aws.iot.security_profile_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the security_profile_tags resource, see security_profiles