Skip to contents

Describes the specified notify configurations or all notify configurations in your account.

See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_notify_configurations/ for full documentation.

Usage

pinpointsmsvoicev2_describe_notify_configurations(
  NotifyConfigurationIds = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

NotifyConfigurationIds

An array of notify configuration IDs to describe.

Filters

An array of NotifyConfigurationFilter objects to filter the results on.

NextToken

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

MaxResults

The maximum number of results to return per each request.