aws.pinpoint_sms_voice_v2.describe_registration_field_definitions
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_registration_field_definitionsWHERE"registration_type" = 'VALUE';Description
Retrieves the specified registration type field definitions. You can use DescribeRegistrationFieldDefinitions to view the requirements for creating, filling out, and submitting each registration type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registration_type Required Input Column The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action. | 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 |
| _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_field_definitions An array of RegistrationFieldDefinitions objects that contain the details for the requested fields. | STRUCT( |
Show child fields
| |