pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.events.kotlin.inputs
/
RulePlacementConstraintArgs
Rule
Placement
Constraint
Args
data
class
RulePlacementConstraintArgs
(
val
expression
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RulePlacementConstraintArgs
>
Constructors
Functions
Properties
Constructors
Rule
Placement
Constraint
Args
Link copied to clipboard
fun
RulePlacementConstraintArgs
(
expression
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RulePlacementConstraintArgs
Properties
expression
Link copied to clipboard
val
expression
:
Output
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null