AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::SecurityProfile

IoT SecurityProfile

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

Properties

8 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AdditionalMetricsToRetainV2
Array<MetricToRetain>
AlertTargets
object
Behaviors
Array<Behavior>
MetricsExportConfig
object
SecurityProfileDescription
string
SecurityProfileName
string
Create-only
Tags
Array<Tag>
TargetArns
Array<string>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

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

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::SecurityProfile

Resources:
  MyResource:
    Type: AWS::IoT::SecurityProfile
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreateSecurityProfileiot:AttachSecurityProfileiot:DescribeSecurityProfileiot:TagResourceiam:PassRole

read

iot:DescribeSecurityProfileiot:ListTagsForResourceiot:ListTargetsForSecurityProfile

update

iot:UpdateSecurityProfileiot:ListTargetsForSecurityProfileiot:AttachSecurityProfileiot:DetachSecurityProfileiot:ListTagsForResourceiot:UntagResourceiot:TagResourceiam:PassRole

delete

iot:DescribeSecurityProfileiot:DeleteSecurityProfile

list

iot:ListSecurityProfiles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties9
Required0
TaggingSupported
Primary IDSecurityProfileName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SecurityProfileName

External Links