V2modelsSlot

class V2modelsSlot : KotlinCustomResource

Import

Using pulumi import, import Lex V2 Models Slot using the id. For example:

$ pulumi import aws:lex/v2modelsSlot:V2modelsSlot example bot-1234,1,intent-5678,en-US,slot-9012

Properties

Link copied to clipboard
val botId: Output<String>

Identifier of the bot associated with the slot.

Link copied to clipboard
val botVersion: Output<String>

Version of the bot associated with the slot.

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

Description of the slot.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val intentId: Output<String>

Identifier of the intent that contains the slot.

Link copied to clipboard
val localeId: Output<String>

Identifier of the language and locale that the slot will be used in.

Link copied to clipboard

Whether the slot returns multiple values in one response. See the multiple_values_setting argument reference below.

Link copied to clipboard
val name: Output<String>

Name of the slot.

Link copied to clipboard

Determines how slot values are used in Amazon CloudWatch logs. See the obfuscation_setting argument reference below.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val slotId: Output<String>

Unique identifier associated with the slot.

Link copied to clipboard
val slotTypeId: Output<String>

Unique identifier for the slot type associated with this slot.

Link copied to clipboard

Specifications for the constituent sub slots and the expression for the composite slot. See the sub_slot_setting argument reference below.

Link copied to clipboard
Link copied to clipboard
val urn: Output<String>