AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTFleetWise::SignalCatalog

IoTFleetWise SignalCatalog

Definition of AWS::IoTFleetWise::SignalCatalog Resource Type

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Name
string
Create-only
NodeCounts
NodeCounts
Nodes
Array<Node>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreationTimestring-
LastModificationTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotfleetwise:GetSignalCatalogiotfleetwise:CreateSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResource

read

iotfleetwise:GetSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResource

update

iotfleetwise:GetSignalCatalogiotfleetwise:UpdateSignalCatalogiotfleetwise:ListSignalCatalogNodesiotfleetwise:ListTagsForResourceiotfleetwise:TagResourceiotfleetwise:UntagResource

delete

iotfleetwise:GetSignalCatalogiotfleetwise:DeleteSignalCatalog

list

iotfleetwise:ListSignalCatalogs

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTFleetWise
Properties8
Required0
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links