toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.datapipeline.kotlin.outputs
/
PipelineDefinitionParameterObject
Pipeline
Definition
Parameter
Object
data
class
PipelineDefinitionParameterObject
(
val
attributes
:
List
<
PipelineDefinitionParameterObjectAttribute
>
?
=
null
,
val
id
:
String
)
Members
Constructors
Pipeline
Definition
Parameter
Object
Link copied to clipboard
constructor
(
attributes
:
List
<
PipelineDefinitionParameterObjectAttribute
>
?
=
null
,
id
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
PipelineDefinitionParameterObjectAttribute
>
?
=
null
Configuration block for attributes of the parameter object. See below
id
Link copied to clipboard
val
id
:
String
ID of the parameter object.