pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.lambda.kotlin
/
InvocationArgs
/
InvocationArgs
Invocation
Args
fun
InvocationArgs
(
functionName
:
Output
<
String
>
?
=
null
,
input
:
Output
<
String
>
?
=
null
,
lifecycleScope
:
Output
<
String
>
?
=
null
,
qualifier
:
Output
<
String
>
?
=
null
,
terraformKey
:
Output
<
String
>
?
=
null
,
triggers
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)