PromptArgs

data class PromptArgs(val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val s3Uri: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PromptArgs>

Resource Type definition for AWS::Connect::Prompt

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, s3Uri: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The description of the prompt.

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

The identifier of the Amazon Connect instance.

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

The name of the prompt.

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

S3 URI of the customer's audio file for creating prompts resource..

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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