AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::DataAutomationProject

CfnDataAutomationProject

A data automation project.

Import

import { CfnDataAutomationProject } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnDataAutomationProject

Properties

Configuration passed to the constructor as CfnDataAutomationProjectProps.

projectNameRequired
string

The project's name.

customOutputConfigurationOptional
IResolvable | CustomOutputConfigurationProperty

Blueprints to apply to objects processed by the project.

kmsEncryptionContextOptional
{ [key: string]: string } | IResolvable

The AWS encryption context to use for encryption.

kmsKeyIdOptional
string

The AWS key to use for encryption.

overrideConfigurationOptional
IResolvable | OverrideConfigurationProperty

Additional settings for the project.

projectDescriptionOptional
string

The project's description.

projectTypeOptional
string

Type of the DataAutomationProject - Sync or Async.

standardOutputConfigurationOptional
IResolvable | StandardOutputConfigurationProperty

The project's standard output configuration.

tagsOptional
CfnTag[]

List of Tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter