Show / Hide Table of Contents

Class FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration

Inheritance
System.Object
FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration

Fields

View Source

Enabled

Enables or disables data processing.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Processors

Array of data processors. More details are given below

Declaration
public readonly ImmutableArray<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor> Processors
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessor>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.