AgentArgs

constructor(actionGroups: Output<List<AgentActionGroupArgs>>? = null, agentName: Output<String>? = null, agentResourceRoleArn: Output<String>? = null, autoPrepare: Output<Boolean>? = null, customerEncryptionKeyArn: Output<String>? = null, description: Output<String>? = null, foundationModel: Output<String>? = null, guardrailConfiguration: Output<AgentGuardrailConfigurationArgs>? = null, idleSessionTtlInSeconds: Output<Double>? = null, instruction: Output<String>? = null, knowledgeBases: Output<List<AgentKnowledgeBaseArgs>>? = null, promptOverrideConfiguration: Output<AgentPromptOverrideConfigurationArgs>? = null, skipResourceInUseCheckOnDelete: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, testAliasTags: Output<Map<String, String>>? = null)