AWS Fundamentals Logo
AWS Fundamentals
AWS::DataBrew::Dataset

DataBrew Dataset

Resource schema for AWS::DataBrew::Dataset.

Properties

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

Filter:
PropertyTypeFlags
Input
Input
Required
Name
string
RequiredCreate-only
Format
string
FormatOptions
FormatOptions
PathOptions
PathOptions
Source
string
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataBrew::Dataset

Resources:
  MyResource:
    Type: AWS::DataBrew::Dataset
    Properties:
      Name: "my-name"
      Input: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

databrew:CreateDatasetdatabrew:DescribeDatasetdatabrew:TagResourcedatabrew:UntagResourceglue:GetConnectionglue:GetTableiam:PassRole

read

databrew:DescribeDatasetiam:ListRoles

update

databrew:UpdateDatasetdatabrew:TagResourcedatabrew:UntagResourceglue:GetConnectionglue:GetTable

delete

databrew:DeleteDataset

list

databrew:ListDatasetsdatabrew:ListTagsForResourceiam:ListRoles

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

ServiceDataBrew
Properties7
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links