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 SourceDeliveryStreamName
The delivery stream name.
Declaration
public readonly string DeliveryStreamName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |