This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Bedrock::DataAutomationProject", "Properties" : { "CustomOutputConfiguration" :CustomOutputConfiguration, "KmsEncryptionContext" :{, "KmsKeyId" :Key:Value, ...}String, "OverrideConfiguration" :OverrideConfiguration, "ProjectDescription" :String, "ProjectName" :String, "StandardOutputConfiguration" :StandardOutputConfiguration, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Bedrock::DataAutomationProject Properties: CustomOutputConfiguration:CustomOutputConfigurationKmsEncryptionContext:KmsKeyId:Key:ValueStringOverrideConfiguration:OverrideConfigurationProjectDescription:StringProjectName:StringStandardOutputConfiguration:StandardOutputConfigurationTags:- 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:
1Maximum:
2048Update 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:
1Maximum:
128Update requires: Replacement
 StandardOutputConfiguration- 
                    
The project's standard output configuration.
Required: No
Type: StandardOutputConfiguration
Update requires: No interruption
 Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
200Update 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.