AWS::CognitoSync::DatasetResource type definition for a Cognito Sync Dataset. A dataset is a collection of key-value pairs per identity that can store up to 1 MB of data and sync across devices.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatasetName | string | Create-only |
IdentityId | string | Create-only |
IdentityPoolId | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the dataset. |
CreationDate | string | Date on which the dataset was created. |
DataStorage | integer | Total size in bytes of the records in this dataset. |
LastModifiedBy | string | The device that made the last change to this dataset. |
LastModifiedDate | string | Date when the dataset was last modified. |
NumRecords | integer | Number of records in this dataset. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CognitoSync::Dataset
Resources:
MyResource:
Type: AWS::CognitoSync::Dataset
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
cognito-sync:DescribeDatasetcognito-sync:ListDatasetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatasetNameIdentityIdIdentityPoolId