Class FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs
Inheritance
System.Object
FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs
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 FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs()
Declaration
public FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs()
Properties
View SourceEnabled
Enables or disables data processing.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Processors
Array of data processors. More details are given below
Declaration
public InputList<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorArgs> Processors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorArgs> |