pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.pipes.kotlin.outputs
/
PipeBatchJobDependency
Pipe
Batch
Job
Dependency
data
class
PipeBatchJobDependency
(
val
jobId
:
String
?
=
null
,
val
type
:
PipeBatchJobDependencyType
?
=
null
)
Types
Constructors
Properties
Constructors
Pipe
Batch
Job
Dependency
Link copied to clipboard
fun
PipeBatchJobDependency
(
jobId
:
String
?
=
null
,
type
:
PipeBatchJobDependencyType
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
job
Id
Link copied to clipboard
val
jobId
:
String
?
=
null
type
Link copied to clipboard
val
type
:
PipeBatchJobDependencyType
?
=
null