Blueprint Args
data class BlueprintArgs(val blueprintName: Output<String>? = null, val kmsEncryptionContext: Output<Map<String, String>>? = null, val kmsKeyId: Output<String>? = null, val schema: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<BlueprintType>? = null) : ConvertibleToJava<BlueprintArgs>
Definition of AWS::Bedrock::Blueprint Resource Type
Properties
Link copied to clipboard
Name of the Blueprint
Link copied to clipboard
KMS encryption context
Link copied to clipboard
Schema of the blueprint Search the CloudFormation User Guide for AWS::Bedrock::Blueprint
for more information about the expected schema for this property.
Link copied to clipboard
Modality Type