class Aws::S3Control::Types::AwsLambdaTransformation

Lambda function used to transform objects through an Object Lambda Access Point.

@note When making an API call, you may pass AwsLambdaTransformation

data as a hash:

    {
      function_arn: "FunctionArnString", # required
      function_payload: "AwsLambdaTransformationPayload",
    }

@!attribute [rw] function_arn

The Amazon Resource Name (ARN) of the Lambda function.
@return [String]

@!attribute [rw] function_payload

Additional JSON that provides supplemental data to the Lambda
function used to transform objects.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/AwsLambdaTransformation AWS API Documentation

Constants

SENSITIVE