AWS::IoTSiteWise::AssetResource schema for AWS::IoTSiteWise::Asset
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AssetModelId | string | Required |
AssetName | string | Required |
AssetDescription | string | |
AssetExternalId | string | |
AssetHierarchies | Array<AssetHierarchy> | |
AssetProperties | Array<AssetProperty> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssetArn | string | The ARN of the asset |
AssetId | string | The ID of the asset |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::Asset
Resources:
MyResource:
Type: AWS::IoTSiteWise::Asset
Properties:
AssetName: "my-assetname"
AssetModelId: "my-assetmodelid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:AssociateAssetsiotsitewise:CreateAssetiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssociatedAssetsiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:ListAssetModelPropertiesiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssociatedAssetsiotsitewise:ListAssetModelPropertiesiotsitewise:ListAssetModelCompositeModelsiotsitewise:ListAssetPropertiesiotsitewise:ListTagsForResourceiotsitewise:AssociateAssetsiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:DisassociateAssetsiotsitewise:ListAssociatedAssetsiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:UpdateAssetiotsitewise:DeleteAssetiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:DisassociateAssetsiotsitewise:ListAssociatedAssetsiotsitewise:ListAssetPropertiesiotsitewise:ListTagsForResourceiotsitewise:ListAssetModelCompositeModelsiotsitewise:ListAssetModelsiotsitewise:ListAssetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssetId