aws.sesv2.get_contact
Example SQL Queries
SELECT * FROMaws.sesv2.get_contactWHERE"contact_list_name" = 'VALUE'AND "email_address" = 'VALUE';Description
Returns a contact from a contact list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_list_name Required Input Column The name of the contact list to which the contact belongs. | VARCHAR |
| email_address Required Input Column The contact's email address. | VARCHAR |
| _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
| |
| attributes_data The attribute data attached to a contact. | VARCHAR |
| created_timestamp A timestamp noting when the contact was created. | TIMESTAMP_S |
| last_updated_timestamp A timestamp noting the last time the contact's information was updated. | TIMESTAMP_S |
| topic_default_preferences The default topic preferences applied to the contact. | STRUCT( |
Show child fields
| |
| topic_preferences The contact's preference for being opted-in to or opted-out of a topic.> | STRUCT( |
Show child fields
| |
| unsubscribe_all A boolean value status noting if the contact is unsubscribed from all contact list topics. | BOOLEAN |