toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.connect.kotlin.inputs
/
RuleFieldArgs
Rule
Field
Args
data
class
RuleFieldArgs
(
val
id
:
Output
<
String
>
,
val
value
:
Output
<
RuleFieldValueArgs
>
)
:
ConvertibleToJava
<
RuleFieldArgs
>
The field of the case.
Members
Constructors
Rule
Field
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
,
value
:
Output
<
RuleFieldValueArgs
>
)
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
The Id of the field
value
Link copied to clipboard
val
value
:
Output
<
RuleFieldValueArgs
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleFieldArgs