GetAiGuardrailPlainArgs

data class GetAiGuardrailPlainArgs(val aiGuardrailId: String, val assistantId: String) : ConvertibleToJava<GetAiGuardrailPlainArgs>

Constructors

Link copied to clipboard
constructor(aiGuardrailId: String, assistantId: String)

Properties

Link copied to clipboard

The identifier of the Amazon Q in Connect AI Guardrail.

Link copied to clipboard

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Functions

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