Version 4 (V4) of the SDK for .NET is in preview! To see information about this new version in preview, see the AWS SDK for .NET (version 4 preview) Developer Guide.
Please note that V4 of the SDK is in preview, therefore its content is subject to change.
Security for the AWS Message Processing Framework for .NET
Note
This is prerelease documentation for a feature in preview release. It is subject to change.
The AWS Message Processing Framework for .NET relies on the SDK for .NET for communicating with AWS. For more information about security in the SDK for .NET, see Security for this AWS 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