AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTSiteWise::Dataset

IoTSiteWise Dataset

Resource schema for AWS::IoTSiteWise::Dataset.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatasetName
string
Required
DatasetSource
DatasetSource
Required
DatasetDescription
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
DatasetArnstringThe ARN of the dataset.
DatasetIdstringThe ID of the dataset.

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::Dataset

Resources:
  MyResource:
    Type: AWS::IoTSiteWise::Dataset
    Properties:
      DatasetName: "my-datasetname"
      DatasetSource: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iotsitewise:CreateDatasetiotsitewise:DescribeDatasetiam:PassRoleiotsitewise:ListTagsForResourceiotsitewise:TagResource

read

iotsitewise:DescribeDatasetiotsitewise:ListTagsForResource

update

iotsitewise:UpdateDatasetiotsitewise:DescribeDatasetiam:PassRoleiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:UntagResource

delete

iotsitewise:DeleteDatasetiotsitewise:DescribeDatasetiotsitewise:ListTagsForResource

list

iotsitewise:ListDatasetsiotsitewise: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
Properties6
Required2
TaggingSupported
Primary IDDatasetId

Supported Operations

CreateReadUpdateDeleteList

External Links