Class FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorArgs
Inheritance
System.Object
FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorArgs
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 FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorArgs()
Declaration
public FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorArgs()
Properties
View SourceParameters
Array of processor parameters. More details are given below
Declaration
public InputList<FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameterArgs> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirehoseDeliveryStreamElasticsearchConfigurationProcessingConfigurationProcessorParameterArgs> |
Type
The type of processor. Valid Values: Lambda
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |