Show / Hide Table of Contents

Class FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterArgs
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 FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterArgs : ResourceArgs

Constructors

View Source

FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterArgs()

Declaration
public FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterArgs()

Properties

View Source

ParameterName

Parameter name. Valid Values: LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds

Declaration
public Input<string> ParameterName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ParameterValue

Parameter value. Must be between 1 and 512 length (inclusive). When providing a Lambda ARN, you should specify the resource version as well.

Declaration
public Input<string> ParameterValue { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.