BlueprintArgs

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

Constructors

Link copied to clipboard
constructor(blueprintName: Output<String>? = null, kmsEncryptionContext: Output<Map<String, String>>? = null, kmsKeyId: Output<String>? = null, schema: Output<Any>? = null, tags: Output<List<TagArgs>>? = null, type: Output<BlueprintType>? = null)

Properties

Link copied to clipboard
val blueprintName: Output<String>? = null

Name of the Blueprint

Link copied to clipboard
val kmsEncryptionContext: Output<Map<String, String>>? = null

KMS encryption context

Link copied to clipboard
val kmsKeyId: Output<String>? = null

KMS key identifier

Link copied to clipboard
val schema: Output<Any>? = null

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
val tags: Output<List<TagArgs>>? = null

List of Tags

Link copied to clipboard
val type: Output<BlueprintType>? = null

Modality Type

Functions

Link copied to clipboard
open override fun toJava(): BlueprintArgs