AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Removes a logger from the specified source (e.g. 'Amazon', or 'Amazon.S3') by name.

Syntax

Remove-AWSLoggingListener
-Source <String>
-Name <String>

Description

Remove a listener from and AWS API trace source.

Parameters

-Name <String>
Name of the trace listener to remove.
Required?False
Position?2
Accept pipeline input?True (ByPropertyName)
-Source <String>
Source to remove the listener from. Examples: 'Amazon', or 'Amazon.DynamoDB'.
Required?False
Position?1
Accept pipeline input?True (ByPropertyName)

Outputs

None
This cmdlet does not produce any output.

Examples

Example 1

Remove-AWSLoggingListener -Source Amazon.S3 -Name MyS3Logs
Removes the specified logger from the trace source.

Supported Version

AWS Tools for PowerShell: 2.x.y.z