toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.datapipeline.kotlin.inputs
/
PipelineParameterObjectArgs
Pipeline
Parameter
Object
Args
data
class
PipelineParameterObjectArgs
(
val
attributes
:
Output
<
List
<
PipelineParameterAttributeArgs
>
>
,
val
id
:
Output
<
String
>
)
:
ConvertibleToJava
<
PipelineParameterObjectArgs
>
Members
Constructors
Pipeline
Parameter
Object
Args
Link copied to clipboard
constructor
(
attributes
:
Output
<
List
<
PipelineParameterAttributeArgs
>
>
,
id
:
Output
<
String
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Output
<
List
<
PipelineParameterAttributeArgs
>
>
The attributes of the parameter object.
id
Link copied to clipboard
val
id
:
Output
<
String
>
The ID of the parameter object.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipelineParameterObjectArgs