toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.datapipeline.kotlin.outputs
/
PipelineParameterObject
Pipeline
Parameter
Object
data
class
PipelineParameterObject
(
val
attributes
:
List
<
PipelineParameterAttribute
>
,
val
id
:
String
)
Members
Constructors
Pipeline
Parameter
Object
Link copied to clipboard
constructor
(
attributes
:
List
<
PipelineParameterAttribute
>
,
id
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
PipelineParameterAttribute
>
The attributes of the parameter object.
id
Link copied to clipboard
val
id
:
String
The ID of the parameter object.