Security for the Amazon Message Processing Framework for .NET - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Security for the Amazon Message Processing Framework for .NET

This is prerelease documentation for a feature in preview release. It is subject to change.

The Amazon Message Processing Framework for .NET relies on the Amazon SDK for .NET for communicating with Amazon. For more information about security in the Amazon SDK for .NET, see Security for this Amazon Product or Service.

For security purposes, the framework doesn't log data messages sent by the user. If you want to enable this functionality for debugging purposes, you need to call EnableDataMessageLogging() in the Message Bus as follows:

builder.Services.AddAWSMessageBus(bus => { builder.EnableDataMessageLogging(); });

If you discover a potential security issue, refer to the security policy for reporting information.