Show / Hide Table of Contents

Class FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorGetArgs

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

Constructors

View Source

FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorGetArgs()

Declaration
public FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorGetArgs()

Properties

View Source

Parameters

Array of processor parameters. More details are given below

Declaration
public InputList<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameterGetArgs> Parameters { get; set; }
Property Value
Type Description
InputList<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorParameterGetArgs>
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.