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