Class TopicRuleFirehoseArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleFirehoseArgs : ResourceArgs
Constructors
View SourceTopicRuleFirehoseArgs()
Declaration
public TopicRuleFirehoseArgs()
Properties
View SourceDeliveryStreamName
The delivery stream name.
Declaration
public Input<string> DeliveryStreamName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |