Show / Hide Table of Contents

Class FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs

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

Constructors

View Source

FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs()

Declaration
public FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs()

Properties

View Source

Parameters

Array of processor parameters. More details are given below

Declaration
public InputList<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameterArgs> Parameters { get; set; }
Property Value
Type Description
InputList<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameterArgs>
View Source

Type

The type of processor. Valid Values: Lambda

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