ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambdaArgs

data class ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambdaArgs(val functionArn: Output<String>, val functionPayload: Output<String>? = null) : ConvertibleToJava<ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambdaArgs>

Constructors

constructor(functionArn: Output<String>, functionPayload: Output<String>? = null)

Properties

Link copied to clipboard
val functionArn: Output<String>

The Amazon Resource Name (ARN) of the AWS Lambda function.

Link copied to clipboard
val functionPayload: Output<String>? = null

Additional JSON that provides supplemental data to the Lambda function used to transform objects.

Functions

Link copied to clipboard
open override fun toJava(): ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambdaArgs