We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
The name of the attribute you want to use to filter the returned targets.
The value of the attribute you want to use to filter the returned targets. For example,
if you specify SNS
for the Target type, you could specify an Amazon
Resource Name (ARN) for a topic as the value.
Information about a filter to apply to the list of returned targets. You can filter by target type, address, or status. For example, to filter results to notification rules that have active Chatbot topics as targets, you could specify a ListTargetsFilter Name as
TargetType
and a Value ofSNS
, and a Name ofTARGET_STATUS
and a Value ofACTIVE
.