This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTWireless::Destination
Creates a new destination that maps a device message to an AWS IoT rule.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::Destination", "Properties" : { "Description" :String, "Expression" :String, "ExpressionType" :String, "Name" :String, "RoleArn" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTWireless::Destination Properties: Description:StringExpression:StringExpressionType:StringName:StringRoleArn:StringTags:- Tag
Properties
Description- 
                    
The description of the new resource. Maximum length is 2048 characters.
Required: No
Type: String
Maximum:
2048Update requires: No interruption
 Expression- 
                    
The rule name to send messages to.
Required: Yes
Type: String
Maximum:
2048Update requires: No interruption
 ExpressionType- 
                    
The type of value in
Expression.Required: Yes
Type: String
Allowed values:
RuleName | MqttTopic | SnsTopicUpdate requires: No interruption
 Name- 
                    
The name of the new resource.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9:_-]+Maximum:
128Update requires: Replacement
 RoleArn- 
                    
The ARN of the IAM Role that authorizes the destination.
Required: No
Type: String
Minimum:
20Maximum:
2048Update requires: No interruption
 - 
                    
The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
Required: No
Type: Array of Tag
Maximum:
200Update requires: No interruption
 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Destination name.
Fn::GetAtt
Arn- 
                            
The ARN of the destination created.