AgentAgentArgs

constructor(agentCollaboration: Output<String>? = null, agentName: Output<String>? = null, agentResourceRoleArn: Output<String>? = null, customerEncryptionKeyArn: Output<String>? = null, description: Output<String>? = null, foundationModel: Output<String>? = null, guardrailConfigurations: Output<List<AgentAgentGuardrailConfigurationArgs>>? = null, idleSessionTtlInSeconds: Output<Int>? = null, instruction: Output<String>? = null, memoryConfigurations: Output<List<AgentAgentMemoryConfigurationArgs>>? = null, prepareAgent: Output<Boolean>? = null, promptOverrideConfigurations: Output<List<AgentAgentPromptOverrideConfigurationArgs>>? = null, skipResourceInUseCheck: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, timeouts: Output<AgentAgentTimeoutsArgs>? = null)