Show / Hide Table of Contents

Class FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
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 FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationGetArgs : ResourceArgs

Constructors

View Source

FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationGetArgs()

Declaration
public FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationGetArgs()

Properties

View Source

Enabled

Enables or disables data processing.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Processors

Array of data processors. More details are given below

Declaration
public InputList<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorGetArgs> Processors { get; set; }
Property Value
Type Description
InputList<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.