AWS::IoTFleetWise::StateTemplateDefinition of AWS::IoTFleetWise::StateTemplate Resource Type
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SignalCatalogArn | string | RequiredCreate-only |
StateTemplateProperties | Array<string> | Required |
DataExtraDimensions | Array<string> | |
Description | string | |
MetadataExtraDimensions | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
Id | string | - |
LastModificationTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTFleetWise::StateTemplate
Resources:
MyResource:
Type: AWS::IoTFleetWise::StateTemplate
Properties:
Name: "my-name"
SignalCatalogArn: "arn:aws:service:region:account:resource"
StateTemplateProperties: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotfleetwise:GetStateTemplateiotfleetwise:CreateStateTemplateiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:GetStateTemplateiotfleetwise:ListTagsForResourceiotfleetwise:UpdateStateTemplateiotfleetwise:GetStateTemplateiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResourceiotfleetwise:DeleteStateTemplateiotfleetwise:GetStateTemplateiotfleetwise:ListStateTemplatesOur 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.
NameSignalCatalogArn