AWS::Bedrock::DataAutomationProject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::DataAutomationProject

A data automation project.

Syntax

To declare this entity in your Amazon 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, "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 Amazon KMS encryption context to use for encryption.

Required: No

Type: Object of String

Pattern: ^.*$

Update requires: No interruption

KmsKeyId

The Amazon 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

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.