aws.pinpoint_sms_voice_v2.describe_registration_section_definitions
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_registration_section_definitionsWHERE"registration_type" = 'VALUE';Description
Retrieves the specified registration section definitions. You can use DescribeRegistrationSectionDefinitions 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 |
| section_paths Input Column An array of paths for the registration form section. | 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
| |
| registration_section_definitions An array of RegistrationSectionDefinition objects. | STRUCT( |
Show child fields
| |