AgentAgentArgs

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