AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTAnalytics::Datastore

IoTAnalytics Datastore

Resource Type definition for AWS::IoTAnalytics::Datastore

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DatastoreName
string
Create-only
DatastorePartitions
DatastorePartitions
DatastoreStorage
DatastoreStorage
FileFormatConfiguration
FileFormatConfiguration
RetentionPeriod
RetentionPeriod
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTAnalytics::Datastore

Resources:
  MyResource:
    Type: AWS::IoTAnalytics::Datastore
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iotanalytics:CreateDatastore

read

iotanalytics:DescribeDatastoreiotanalytics:ListTagsForResource

update

iotanalytics:UpdateDatastoreiotanalytics:TagResourceiotanalytics:UntagResource

delete

iotanalytics:DeleteDatastore

list

iotanalytics:ListDatastores

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

ServiceIoTAnalytics
Properties7
Required0
TaggingNot supported
Primary IDDatastoreName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DatastoreName

Related Resources

External Links