aws.sesv2.list_contact_lists
Example SQL Queries
SELECT * FROMaws.sesv2.list_contact_lists;Description
Lists all of the contact lists available.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists. | VARCHAR |
| page_size Input Column Maximum number of contact lists to return at once. Use this parameter to paginate results. If additional contact lists exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional lists. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| contact_lists The available contact lists. | STRUCT( |
Show child fields
| |