AnalyticsApplicationInputsProcessingConfigurationLambdaArgs

data class AnalyticsApplicationInputsProcessingConfigurationLambdaArgs(val resourceArn: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<AnalyticsApplicationInputsProcessingConfigurationLambdaArgs>

Constructors

constructor(resourceArn: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard
val resourceArn: Output<String>

The ARN of the Lambda function.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM Role used to access the Lambda function.

Functions

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