destinations
Retrieves a list of destinations
in a region
Overview
Name | destinations |
Type | Resource |
Description | destinations |
Id | awscc.iotwireless.destinations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Unique name of destination |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.iotwireless.destinations
WHERE region = 'us-east-1'
Permissions
To operate on the destinations
resource, the following permissions are required:
Create
iam:PassRole,
iotwireless:CreateDestination,
iotwireless:TagResource,
iotwireless:ListTagsForResource
List
iotwireless:ListDestinations,
iotwireless:ListTagsForResource