AWS::IoTWireless::DestinationDestination's resource schema demonstrating some basic constructs and validation rules.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Expression | string | Required |
ExpressionType | string | Required |
Name | string | RequiredCreate-only |
Description | string | |
RoleArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Destination arn. Returned after successful create. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::Destination
Resources:
MyResource:
Type: AWS::IoTWireless::Destination
Properties:
Name: "my-name"
Expression: "value"
ExpressionType: "RuleName"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoleiotwireless:CreateDestinationiotwireless:TagResourceiotwireless:GetDestinationiotwireless:ListTagsForResourceiam:PassRoleiotwireless:GetDestinationiotwireless:UpdateDestinationiotwireless:UntagResourceiotwireless:TagResourceiotwireless:DeleteDestinationiotwireless:ListDestinationsiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name