pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.pipes.kotlin.outputs
/
PipePlacementConstraint
Pipe
Placement
Constraint
data
class
PipePlacementConstraint
(
val
expression
:
String
?
=
null
,
val
type
:
PipePlacementConstraintType
?
=
null
)
Types
Constructors
Properties
Constructors
Pipe
Placement
Constraint
Link copied to clipboard
fun
PipePlacementConstraint
(
expression
:
String
?
=
null
,
type
:
PipePlacementConstraintType
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
expression
Link copied to clipboard
val
expression
:
String
?
=
null
type
Link copied to clipboard
val
type
:
PipePlacementConstraintType
?
=
null