AWS::IoTSiteWise::ComputationModelResource schema for AWS::IoTSiteWise::ComputationModel.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ComputationModelConfiguration | ComputationModelConfiguration | Required |
ComputationModelDataBinding | ComputationModelDataBinding | Required |
ComputationModelName | string | Required |
ComputationModelDescription | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ComputationModelArn | string | The ARN of the computation model. |
ComputationModelId | string | The ID of the computation model. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:CreateComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:UpdateComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:UntagResourceiotsitewise:DeleteComputationModeliotsitewise:DescribeComputationModeliotsitewise:ListTagsForResourceiotsitewise:ListComputationModelsiotsitewise:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterComputationModelId