security_profiles
Retrieves a list of security_profiles
in a region
Overview
Name | security_profiles |
Type | Resource |
Description | security_profiles |
Id | awscc.iot.security_profiles |
Fields
Name | Datatype | Description |
---|---|---|
security_profile_name | string | A unique identifier for the security profile. |
region | string | AWS 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