PromptArgs

data class PromptArgs(val customerEncryptionKeyArn: Output<String>? = null, val defaultVariant: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val variants: Output<List<PromptVariantArgs>>? = null) : ConvertibleToJava<PromptArgs>

Definition of AWS::Bedrock::Prompt Resource Type

Constructors

Link copied to clipboard
constructor(customerEncryptionKeyArn: Output<String>? = null, defaultVariant: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null, variants: Output<List<PromptVariantArgs>>? = null)

Properties

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

A KMS key ARN

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

Name for a variant.

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

Name for a prompt resource.

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

Name for a prompt resource.

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

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Link copied to clipboard
val variants: Output<List<PromptVariantArgs>>? = null

List of prompt variants

Functions

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