service_profile
Gets an individual service_profile
resource
Overview
Name | service_profile |
Type | Resource |
Description | service_profile |
Id | awscc.iotwireless.service_profile |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
lo_ra_wan,
tags,
arn,
id
FROM awscc.iotwireless.service_profile
WHERE data__Identifier = '<Id>';
Permissions
To operate on the service_profile
resource, the following permissions are required:
Read
iotwireless:GetServiceProfile,
iotwireless:ListTagsForResource
Delete
iotwireless:DeleteServiceProfile