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