AssistantArgs

data class AssistantArgs(val description: Output<String>? = null, val name: Output<String>? = null, val serverSideEncryptionConfiguration: Output<AssistantServerSideEncryptionConfigurationArgs>? = null, val tags: Output<List<AssistantTagArgs>>? = null, val type: Output<AssistantType>? = null) : ConvertibleToJava<AssistantArgs>

Definition of AWS::Wisdom::Assistant Resource Type

Constructors

Link copied to clipboard
fun AssistantArgs(description: Output<String>? = null, name: Output<String>? = null, serverSideEncryptionConfiguration: Output<AssistantServerSideEncryptionConfigurationArgs>? = null, tags: Output<List<AssistantTagArgs>>? = null, type: Output<AssistantType>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<AssistantTagArgs>>? = null
Link copied to clipboard
val type: Output<AssistantType>? = null