aws.pinpoint_sms_voice_v2.describe_registration_attachments
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_registration_attachments;Description
Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of RegistrationAttachmentFilter objects to filter the results. | STRUCT( |
Show child fields
| |
| registration_attachment_ids Input Column The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId. | VARCHAR[] |
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
| |
| attachment_status The status of the registration attachment.
| VARCHAR |
| attachment_upload_error_reason A description of why the upload didn't successfully complete. | VARCHAR |
| created_timestamp The time when the registration attachment was created, in UNIX epoch time format. | TIMESTAMP_S |
| registration_attachment_arn The Amazon Resource Name (ARN) for the registration attachment. | VARCHAR |
| registration_attachment_id The unique identifier for the registration attachment. | VARCHAR |