service_profiles_list_only
Lists service_profiles
in a region or regions, for all properties use service_profiles
Overview
Name | service_profiles_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.iotwireless.service_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of service profile |
lo_ra_wan | object | LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation |
tags | array | A list of key-value pairs that contain metadata for the service profile. |
arn | string | Service profile Arn. Returned after successful create. |
id | string | Service profile Id. Returned after successful create. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all service_profiles
in a region.
SELECT
region,
id
FROM aws.iotwireless.service_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_profiles_list_only
resource, see service_profiles