Details about a data automation blueprint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Type" : "AWS::Bedrock::Blueprint",
"Properties" : {
"BlueprintName" : String
,
"KmsEncryptionContext" : {Key
: Value
, ...}
,
"KmsKeyId" : String
,
"Schema" : Json
,
"Tags" : [ Tag, ... ]
,
"Type" : String
}
}
YAML
Type: AWS::Bedrock::Blueprint
Properties:
BlueprintName: String
KmsEncryptionContext:
Key
: Value
KmsKeyId: String
Schema: Json
Tags:
- Tag
Type: String
Properties
BlueprintName
-
The blueprint's name.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9-_]+$
Minimum:
1
Maximum:
128
Update requires: Replacement
KmsEncryptionContext
-
Name-value pairs to include as an encryption context.
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
Schema
-
The blueprint's schema.
Required: Yes
Type: Json
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0
Maximum:
200
Update requires: No interruption
Type
-
The blueprint's type.
Required: Yes
Type: String
Allowed values:
DOCUMENT | IMAGE
Update requires: Replacement
Return values
Ref
Fn::GetAtt
BlueprintArn
-
The blueprint's ARN.
BlueprintStage
-
The blueprint's stage.
CreationTime
-
When the blueprint was created.
LastModifiedTime
-
When the blueprint was last updated.