AnomalyDetectorAppFlowConfigArgs

data class AnomalyDetectorAppFlowConfigArgs(val flowName: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<AnomalyDetectorAppFlowConfigArgs>

Constructors

Link copied to clipboard
constructor(flowName: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard
val flowName: Output<String>

name of the flow.

Link copied to clipboard
val roleArn: Output<String>

An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

Functions

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