AWS::SCN::DatasetRepresents an AWS Supply Chain data lake dataset.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Namespace | string | RequiredCreate-only |
Description | string | |
PartitionSpec | object | Create-only |
Schema | object | Create-only |
Tags | Array<Tag> |
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. |
CreatedTime | string | The creation time of the dataset. |
LastModifiedTime | string | The last modified time of the dataset. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SCN::Dataset
Resources:
MyResource:
Type: AWS::SCN::Dataset
Properties:
InstanceId: "my-instanceid"
Namespace: "my-namespace"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
scn:CreateDataLakeDatasetscn:GetDataLakeDatasetscn:TagResourcescn:ListTagsForResourcescn:GetDataLakeDatasetscn:ListTagsForResourcescn:UpdateDataLakeDatasetscn:GetDataLakeDatasetscn:TagResourcescn:UntagResourcescn:ListTagsForResourcescn:DeleteDataLakeDatasetscn:GetDataLakeDatasetscn:ListDataLakeDatasetsOur 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.
InstanceIdNamespaceNameSchemaPartitionSpec