Show / Hide Table of Contents

Class TopicRuleFirehoseArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleFirehoseArgs
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.Iot.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleFirehoseArgs : ResourceArgs

Constructors

View Source

TopicRuleFirehoseArgs()

Declaration
public TopicRuleFirehoseArgs()

Properties

View Source

DeliveryStreamName

The delivery stream name.

Declaration
public Input<string> DeliveryStreamName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

The IAM role ARN that grants access to the Amazon Kinesis Firehose stream.

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Separator

A character separator that is used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).

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