FlowAgentFlowNodeConfigurationArgs

data class FlowAgentFlowNodeConfigurationArgs(val agentAliasArn: Output<String>) : ConvertibleToJava<FlowAgentFlowNodeConfigurationArgs>

Agent flow node configuration

Constructors

Link copied to clipboard
constructor(agentAliasArn: Output<String>)

Properties

Link copied to clipboard
val agentAliasArn: Output<String>

Arn representation of the Agent Alias.

Functions

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