Class AnalyticsApplicationInputsProcessingConfigurationArgs
Inheritance
System.Object
AnalyticsApplicationInputsProcessingConfigurationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationInputsProcessingConfigurationArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationInputsProcessingConfigurationArgs()
Declaration
public AnalyticsApplicationInputsProcessingConfigurationArgs()
Properties
View SourceLambda
The Lambda function configuration. See Lambda below for more details.
Declaration
public Input<AnalyticsApplicationInputsProcessingConfigurationLambdaArgs> Lambda { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsProcessingConfigurationLambdaArgs> |