toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lookoutmetrics.kotlin.inputs
/
AnomalyDetectorAppFlowConfigArgs
Anomaly
Detector
App
Flow
Config
Args
data
class
AnomalyDetectorAppFlowConfigArgs
(
val
flowName
:
Output
<
String
>
,
val
roleArn
:
Output
<
String
>
)
:
ConvertibleToJava
<
AnomalyDetectorAppFlowConfigArgs
>
Members
Constructors
Anomaly
Detector
App
Flow
Config
Args
Link copied to clipboard
constructor
(
flowName
:
Output
<
String
>
,
roleArn
:
Output
<
String
>
)
Properties
flow
Name
Link copied to clipboard
val
flowName
:
Output
<
String
>
name of the flow.
role
Arn
Link copied to clipboard
val
roleArn
:
Output
<
String
>
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AnomalyDetectorAppFlowConfigArgs