Show / Hide Table of Contents

Class FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter

Inheritance
System.Object
FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter
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 FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameter

Fields

View Source

ParameterName

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

Declaration
public readonly string ParameterName
Field Value
Type Description
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 readonly string ParameterValue
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.