KinesisFirehoseStreamProps¶
-
class
aws_cdk.aws_events_targets.
KinesisFirehoseStreamProps
(*, message=None)¶ Bases:
object
Customize the Firehose Stream Event Target.
- Parameters
message (
Optional
[RuleTargetInput
]) – The message to send to the stream. Must be a valid JSON text passed to the target stream. Default: - the entire Event Bridge event
Attributes
-
message
¶ The message to send to the stream.
Must be a valid JSON text passed to the target stream.
- Default
the entire Event Bridge event
- Return type
Optional
[RuleTargetInput
]