toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lambda.kotlin.inputs
/
GetEventInvokeConfigPlainArgs
Get
Event
Invoke
Config
Plain
Args
data
class
GetEventInvokeConfigPlainArgs
(
val
functionName
:
String
,
val
qualifier
:
String
)
:
ConvertibleToJava
<
GetEventInvokeConfigPlainArgs
>
Members
Constructors
Get
Event
Invoke
Config
Plain
Args
Link copied to clipboard
constructor
(
functionName
:
String
,
qualifier
:
String
)
Properties
function
Name
Link copied to clipboard
val
functionName
:
String
The name of the Lambda function.
qualifier
Link copied to clipboard
val
qualifier
:
String
The identifier of a version or alias.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEventInvokeConfigPlainArgs