AWS::Bedrock::DataAutomationProject - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::DataAutomationProject

A data automation project.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Bedrock::DataAutomationProject", "Properties" : { "CustomOutputConfiguration" : CustomOutputConfiguration, "KmsEncryptionContext" : {Key: Value, ...}, "KmsKeyId" : String, "OverrideConfiguration" : OverrideConfiguration, "ProjectDescription" : String, "ProjectName" : String, "ProjectType" : String, "StandardOutputConfiguration" : StandardOutputConfiguration, "Tags" : [ Tag, ... ] } }

Properties

CustomOutputConfiguration

Blueprints to apply to objects processed by the project.

Required: No

Type: CustomOutputConfiguration

Update requires: No interruption

KmsEncryptionContext

The AWS KMS encryption context to use for encryption.

Required: No

Type: Object of String

Pattern: ^.*$

Update requires: No interruption

KmsKeyId

The AWS KMS key to use for encryption.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

OverrideConfiguration

Additional settings for the project.

Required: No

Type: OverrideConfiguration

Update requires: No interruption

ProjectDescription

The project's description.

Required: No

Type: String

Update requires: No interruption

ProjectName

The project's name.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-_]+$

Minimum: 1

Maximum: 128

Update requires: Replacement

ProjectType

The type of bedrock data automation API that is compatible with this project.

Required: No

Type: String

Allowed values: ASYNC | SYNC

Update requires: Replacement

StandardOutputConfiguration

The project's standard output configuration.

Required: No

Type: StandardOutputConfiguration

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CreationTime

When the project was created.

LastModifiedTime

When the project was last updated.

ProjectArn

The project's ARN.

ProjectStage

The project's stage.

Status

The project's status.