AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTSiteWise::ComputationModel

IoTSiteWise ComputationModel

Resource schema for AWS::IoTSiteWise::ComputationModel.

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ComputationModelConfiguration
ComputationModelConfiguration
Required
ComputationModelDataBinding
ComputationModelDataBinding
Required
ComputationModelName
string
Required
ComputationModelDescription
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ComputationModelArnstringThe ARN of the computation model.
ComputationModelIdstringThe ID of the computation model.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::ComputationModel

Resources:
  MyResource:
    Type: AWS::IoTSiteWise::ComputationModel
    Properties:
      ComputationModelName: "my-computationmodelname"
      ComputationModelConfiguration: "value"
      ComputationModelDataBinding: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iotsitewise:CreateComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:TagResource

read

iotsitewise:DescribeComputationModeliotsitewise:ListTagsForResource

update

iotsitewise:UpdateComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:UntagResource

delete

iotsitewise:DeleteComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResource

list

iotsitewise:ListComputationModelsiotsitewise:ListTagsForResource

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

ServiceIoTSiteWise
Properties7
Required3
TaggingSupported
Primary IDComputationModelId

Supported Operations

CreateReadUpdateDeleteList

External Links