Skip to main content

destinations_list_only

Lists destinations in a region or regions, for all properties use destinations

Overview

Namedestinations_list_only
TypeResource
DescriptionDestination's resource schema demonstrating some basic constructs and validation rules.
Idaws.iotwireless.destinations_list_only

Fields

NameDatatypeDescription
namestringUnique name of destination
expressionstringDestination expression
expression_typestringMust be RuleName
descriptionstringDestination description
tagsarrayA list of key-value pairs that contain metadata for the destination.
role_arnstringAWS role ARN that grants access
arnstringDestination arn. Returned after successful create.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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