PutSNS 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

Sends the content of a FlowFile as a notification to the Amazon Simple Notification Service

Tags

amazon, aws, publish, pubsub, put, sns, topic

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
ARN TypeThe type of Amazon Resource Name that is being used.
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
Amazon Resource Name (ARN)The name of the resource to which notifications should be published
Character SetThe character set in which the FlowFile’s content is encoded
Communications Timeout
Deduplication Message IDThe token used for deduplication of sent messages
E-mail SubjectThe optional subject to use for any subscribers that are subscribed via E-mail
Endpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.
Message Group IDIf using FIFO, the message group to which the flowFile belongs
Region
SSL Context ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections
Use JSON StructureIf true, the contents of the FlowFile must be JSON with a top-level element named ‘default’. Additional elements can be used to send different messages to different protocols. See the Amazon SNS Documentation for more information.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
successFlowFiles are routed to success relationship

See also