Skip to main content

destination

Gets an individual destination resource

Overview

Namedestination
TypeResource
Descriptiondestination
Idawscc.iotwireless.destination

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
expression,
expression_type,
description,
tags,
role_arn,
arn
FROM awscc.iotwireless.destination
WHERE data__Identifier = '<Name>';

Permissions

To operate on the destination resource, the following permissions are required:

Read

iotwireless:GetDestination,
iotwireless:ListTagsForResource

Update

iam:PassRole,
iotwireless:UpdateDestination,
iotwireless:UntagResource,
iotwireless:ListTagsForResource

Delete

iotwireless:DeleteDestination