Show / Hide Table of Contents

Class TopicRuleFirehose

Inheritance
System.Object
TopicRuleFirehose
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.Iot.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleFirehose

Fields

View Source

DeliveryStreamName

The delivery stream name.

Declaration
public readonly string DeliveryStreamName
Field Value
Type Description
System.String
View Source

RoleArn

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

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