Class FirehoseDeliveryStreamProps
Customize the Amazon Data Firehose Stream Event Target.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Events.Targets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FirehoseDeliveryStreamProps : IFirehoseDeliveryStreamProps
Syntax (vb)
Public Class FirehoseDeliveryStreamProps Implements IFirehoseDeliveryStreamProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
using Amazon.CDK.AWS.Events.Targets;
RuleTargetInput ruleTargetInput;
var firehoseDeliveryStreamProps = new FirehoseDeliveryStreamProps {
Message = ruleTargetInput
};
Synopsis
Constructors
| FirehoseDeliveryStreamProps() | Customize the Amazon Data Firehose Stream Event Target. |
Properties
| Message | The message to send to the stream. |
Constructors
FirehoseDeliveryStreamProps()
Customize the Amazon Data Firehose Stream Event Target.
public FirehoseDeliveryStreamProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
using Amazon.CDK.AWS.Events.Targets;
RuleTargetInput ruleTargetInput;
var firehoseDeliveryStreamProps = new FirehoseDeliveryStreamProps {
Message = ruleTargetInput
};
Properties
Message
The message to send to the stream.
public RuleTargetInput? Message { get; set; }
Property Value
Remarks
Must be a valid JSON text passed to the target stream.
Default: - the entire Event Bridge event