Create Registration Association
pinpointsmsvoicev2_create_registration_association | R Documentation |
Associate the registration with an origination identity such as a phone number or sender ID¶
Description¶
Associate the registration with an origination identity such as a phone number or sender ID.
Usage¶
pinpointsmsvoicev2_create_registration_association(RegistrationId,
ResourceId)
Arguments¶
RegistrationId |
[required] The unique identifier for the registration. |
ResourceId |
[required] The unique identifier for the origination identity. For example this could be a PhoneNumberId or SenderId. |
Value¶
A list with the following syntax:
list(
RegistrationArn = "string",
RegistrationId = "string",
RegistrationType = "string",
ResourceArn = "string",
ResourceId = "string",
ResourceType = "string",
IsoCountryCode = "string",
PhoneNumber = "string"
)
Request syntax¶
svc$create_registration_association(
RegistrationId = "string",
ResourceId = "string"
)