Class FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterGetArgs
Inheritance
System.Object
FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterGetArgs
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 FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterGetArgs : ResourceArgs
Constructors
View SourceFirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterGetArgs()
Declaration
public FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationProcessorParameterGetArgs()
Properties
View SourceParameterName
Parameter name. Valid Values: LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
Declaration
public Input<string> ParameterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |