Skip to content

events.v1alpha1.awsLambdaTrigger

Index

Fields

fn withFunctionName

withFunctionName(functionName)

"FunctionName refers to the name of the function to invoke."

fn withInvocationType

withInvocationType(invocationType)

"Choose from the following options.\n\n * RequestResponse (default) - Invoke the function synchronously. Keep\n the connection open until the function returns a response or times out.\n The API response includes the function response and additional data.\n\n * Event - Invoke the function asynchronously. Send events that fail multiple\n times to the function's dead-letter queue (if it's configured). The API\n response only includes a status code.\n\n * DryRun - Validate parameter values and verify that the user or role\n has permission to invoke the function.\n+optional"

fn withParameters

withParameters(parameters)

fn withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn withPayload

withPayload(payload)

"Payload is the list of key-value extracted from an event payload to construct the request payload."

fn withPayloadMixin

withPayloadMixin(payload)

"Payload is the list of key-value extracted from an event payload to construct the request payload."

Note: This function appends passed data to existing values

fn withRegion

withRegion(region)

fn withRoleARN

withRoleARN(roleARN)

obj accessKey

"SecretKeySelector selects a key of a Secret."

fn accessKey.withKey

withKey(key)

"The key of the secret to select from. Must be a valid secret key."

fn accessKey.withName

withName(name)

"Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"

fn accessKey.withOptional

withOptional(optional)

"Specify whether the Secret or its key must be defined"

obj secretKey

"SecretKeySelector selects a key of a Secret."

fn secretKey.withKey

withKey(key)

"The key of the secret to select from. Must be a valid secret key."

fn secretKey.withName

withName(name)

"Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"

fn secretKey.withOptional

withOptional(optional)

"Specify whether the Secret or its key must be defined"