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