Assistant

class Assistant : KotlinCustomResource

Definition of AWS::Wisdom::Assistant Resource Type

Properties

Link copied to clipboard
val assistantArn: Output<String>

The Amazon Resource Name (ARN) of the assistant.

Link copied to clipboard
val assistantId: Output<String>

The ID of the Wisdom assistant.

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

The description of the assistant.

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

The name of the assistant.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow kms:Decrypt , kms:GenerateDataKey* , and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance .

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val type: Output<AssistantType>

The type of assistant.

Link copied to clipboard
val urn: Output<String>