pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iotanalytics.kotlin.inputs
/
PipelineDeviceShadowEnrichArgs
Pipeline
Device
Shadow
Enrich
Args
data
class
PipelineDeviceShadowEnrichArgs
(
val
attribute
:
Output
<
String
>
,
val
name
:
Output
<
String
>
,
val
next
:
Output
<
String
>
?
=
null
,
val
roleArn
:
Output
<
String
>
,
val
thingName
:
Output
<
String
>
)
:
ConvertibleToJava
<
PipelineDeviceShadowEnrichArgs
>
Constructors
Functions
Properties
Constructors
Pipeline
Device
Shadow
Enrich
Args
Link copied to clipboard
fun
PipelineDeviceShadowEnrichArgs
(
attribute
:
Output
<
String
>
,
name
:
Output
<
String
>
,
next
:
Output
<
String
>
?
=
null
,
roleArn
:
Output
<
String
>
,
thingName
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipelineDeviceShadowEnrichArgs
Properties
attribute
Link copied to clipboard
val
attribute
:
Output
<
String
>
name
Link copied to clipboard
val
name
:
Output
<
String
>
next
Link copied to clipboard
val
next
:
Output
<
String
>
?
=
null
role
Arn
Link copied to clipboard
val
roleArn
:
Output
<
String
>
thing
Name
Link copied to clipboard
val
thingName
:
Output
<
String
>