toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.frauddetector.kotlin.inputs
/
DetectorModelArgs
Detector
Model
Args
data
class
DetectorModelArgs
(
val
arn
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DetectorModelArgs
>
A model to associate with a detector.
Members
Constructors
Detector
Model
Args
Link copied to clipboard
constructor
(
arn
:
Output
<
String
>
?
=
null
)
Properties
arn
Link copied to clipboard
val
arn
:
Output
<
String
>
?
=
null
The ARN of the model.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DetectorModelArgs