AWS::IoTFleetWise::SignalCatalogDefinition of AWS::IoTFleetWise::SignalCatalog Resource Type
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
Name | string | Create-only |
NodeCounts | NodeCounts | |
Nodes | Array<Node> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
LastModificationTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTFleetWise::SignalCatalog
Resources:
MyResource:
Type: AWS::IoTFleetWise::SignalCatalog
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotfleetwise:GetSignalCatalogiotfleetwise:CreateSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:GetSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResourceiotfleetwise:GetSignalCatalogiotfleetwise:UpdateSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResourceiotfleetwise:GetSignalCatalogiotfleetwise:DeleteSignalCatalogiotfleetwise:ListSignalCatalogsOur 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