Show / Hide Table of Contents

Class FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationGetArgs

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

Constructors

View Source

FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationGetArgs()

Declaration
public FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationGetArgs()

Properties

View Source

Enabled

Enables or disables data processing.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Processors

Array of data processors. More details are given below

Declaration
public InputList<FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorGetArgs> Processors { get; set; }
Property Value
Type Description
InputList<FirehoseDeliveryStreamRedshiftConfigurationProcessingConfigurationProcessorGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.