destination
Gets an individual destination
resource
Overview
Name | destination |
Type | Resource |
Description | destination |
Id | awscc.iotwireless.destination |
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
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