iot:DescribeSecurityProfile is a Read access-level action in the iot service. Grants permission to get information about a Device Defender security profile
ARNs that iot:DescribeSecurityProfile can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants iot:DescribeSecurityProfile.
Filters access by a tag key component of a tag associated to the IoT resource in the request
A minimal policy that allows iot:DescribeSecurityProfile. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIotDescribeSecurityProfile",
"Effect": "Allow",
"Action": "iot:DescribeSecurityProfile",
"Resource": "*"
}
]
}