Skip to main content

registration_section_definitions

Creates, updates, deletes, gets or lists a registration_section_definitions resource.

Overview

Nameregistration_section_definitions
TypeResource
Idaws.pinpoint_sms_voice_v2.registration_section_definitions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
display_hintsobjectThe path to the section of the registration.
section_pathstringThe path to the section of the registration. (pattern: <code>[A-Za-z0-9_]+</code>)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_registration_section_definitionsselectregionRetrieves the specified registration section definitions. You can use DescribeRegistrationSectionDefinitions to view the requirements for creating, filling out, and submitting each registration type.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves the specified registration section definitions. You can use DescribeRegistrationSectionDefinitions to view the requirements for creating, filling out, and submitting each registration type.

SELECT
display_hints,
section_path
FROM aws.pinpoint_sms_voice_v2.registration_section_definitions
WHERE region = '{{ region }}' -- required
;