aws.pinpoint_sms_voice_v2.list_registration_associations
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.list_registration_associationsWHERE"registration_id" = 'VALUE';Description
Retreive all of the origination identies that are associated with a registration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registration_id Required Input Column The unique identifier for the registration. | VARCHAR |
| filters Input Column An array of RegistrationAssociationFilter to apply to the results that are returned. | STRUCT( |
Show child fields
| |
| _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
| |
| registration_arn The Amazon Resource Name (ARN) for the registration. | VARCHAR |
| registration_associations An array of RegistrationAssociationMetadata objects. | STRUCT( |
Show child fields
| |
| registration_type The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action. | VARCHAR |