service_profiles
Retrieves a list of service_profiles
in a region
Overview
Name | service_profiles |
Type | Resource |
Description | service_profiles |
Id | awscc.iotwireless.service_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.service_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the service_profiles
resource, the following permissions are required:
Create
iotwireless:CreateServiceProfile,
iotwireless:TagResource,
iotwireless:ListTagsForResource
List
iotwireless:ListServiceProfiles,
iotwireless:ListTagsForResource