destinations_list_only
Lists destinations
in a region or regions, for all properties use destinations
Overview
Name | destinations_list_only |
Type | Resource |
Description | Destination's resource schema demonstrating some basic constructs and validation rules. |
Id | aws.iotwireless.destinations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Unique name of destination |
expression | string | Destination expression |
expression_type | string | Must be RuleName |
description | string | Destination description |
tags | array | A list of key-value pairs that contain metadata for the destination. |
role_arn | string | AWS role ARN that grants access |
arn | string | Destination arn. Returned after successful create. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all destinations
in a region.
SELECT
region,
name
FROM aws.iotwireless.destinations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the destinations_list_only
resource, see destinations