Class FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationArgs
Inheritance
System.Object
FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationArgs
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 FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationArgs()
Declaration
public FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationArgs()
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<FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorArgs> Processors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorArgs> |