AWS::Bedrock::DataAutomationProjectA data automation project.
import { CfnDataAutomationProject } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnDataAutomationProjectConfiguration passed to the constructor as CfnDataAutomationProjectProps.
projectNameRequiredstringThe project's name.
customOutputConfigurationOptionalIResolvable | CustomOutputConfigurationPropertyBlueprints to apply to objects processed by the project.
kmsEncryptionContextOptional{ [key: string]: string } | IResolvableThe AWS encryption context to use for encryption.
kmsKeyIdOptionalstringThe AWS key to use for encryption.
overrideConfigurationOptionalIResolvable | OverrideConfigurationPropertyAdditional settings for the project.
projectDescriptionOptionalstringThe project's description.
projectTypeOptionalstringType of the DataAutomationProject - Sync or Async.
standardOutputConfigurationOptionalIResolvable | StandardOutputConfigurationPropertyThe project's standard output configuration.
tagsOptionalCfnTag[]List of Tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::DataAutomationProject