device_profiles
Retrieves a list of device_profiles
in a region
Overview
Name | device_profiles |
Type | Resource |
Description | device_profiles |
Id | awscc.iotwireless.device_profiles |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Service profile Id. Returned after successful create. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.iotwireless.device_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the device_profiles
resource, the following permissions are required:
Create
iotwireless:CreateDeviceProfile,
iotwireless:TagResource,
iotwireless:ListTagsForResource
List
iotwireless:ListDeviceProfiles,
iotwireless:ListTagsForResource