AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::DataAutomationProject

Bedrock DataAutomationProject

Definition of AWS::Bedrock::DataAutomationProject Resource Type

Properties

9 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ProjectName
string
RequiredCreate-only
CustomOutputConfiguration
CustomOutputConfiguration
KmsEncryptionContext
object
KmsKeyId
string
OverrideConfiguration
OverrideConfiguration
ProjectDescription
string
ProjectType
string
Create-only
StandardOutputConfiguration
StandardOutputConfiguration
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreationTimestringTime Stamp
LastModifiedTimestringTime Stamp
ProjectArnstringARN of a DataAutomationProject
ProjectStagestring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::DataAutomationProject

Resources:
  MyResource:
    Type: AWS::Bedrock::DataAutomationProject
    Properties:
      ProjectName: "my-projectname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

bedrock:CreateDataAutomationProjectbedrock:GetDataAutomationProjectbedrock:TagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

read

bedrock:GetDataAutomationProjectbedrock:ListTagsForResourcekms:DescribeKeykms:Decrypt

update

bedrock:UpdateDataAutomationProjectbedrock:GetDataAutomationProjectbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

delete

bedrock:DeleteDataAutomationProjectbedrock:GetDataAutomationProjectkms:DescribeKeykms:Decrypt

list

bedrock:ListDataAutomationProjects

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

ServiceBedrock
Properties14
Required1
TaggingSupported
Primary IDProjectArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ProjectNameProjectType

External Links