aws.pinpoint_sms_voice_v2.describe_registration_field_values
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_registration_field_valuesWHERE"registration_id" = 'VALUE';Description
Retrieves the specified registration field values.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registration_id Required Input Column The unique identifier for the registration. | VARCHAR |
| field_paths Input Column An array of paths to the registration form field. | VARCHAR[] |
Show child fields
| |
| section_path Input Column The path to the section of the registration. | VARCHAR |
| version_number Input Column The current version of the registration. | 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
| |
| registration_arn The Amazon Resource Name (ARN) for the registration. | VARCHAR |
| registration_field_values An array of RegistrationFieldValues objects that contain the values for the requested registration. | STRUCT( |
Show child fields
| |