Skip to main content

security_profiles

Retrieves a list of security_profiles in a region

Overview

Namesecurity_profiles
TypeResource
Descriptionsecurity_profiles
Idawscc.iot.security_profiles

Fields

NameDatatypeDescription
security_profile_namestringA unique identifier for the security profile.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
security_profile_name
FROM awscc.iot.security_profiles
WHERE region = 'us-east-1'

Permissions

To operate on the security_profiles resource, the following permissions are required:

Create

iot:CreateSecurityProfile,
iot:AttachSecurityProfile,
iot:DescribeSecurityProfile,
iot:TagResource,
iam:PassRole

List

iot:ListSecurityProfiles