This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SMSVOICE::Registration
Creates a new registration based on the RegistrationType field.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SMSVOICE::Registration", "Properties" : { "RegistrationType" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SMSVOICE::Registration Properties: RegistrationType:StringTags:- Tag
Properties
RegistrationType-
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9_]+$Minimum:
1Maximum:
64Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
200Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedTimestamp-
The time when the registration was created, in UNIX epoch time
format. CurrentVersionNumber-
The current version number of the registration.
RegistrationArn-
The Amazon Resource Name (ARN) for the registration.
RegistrationId-
The unique identifier for the registration.
RegistrationStatus-
The status of the registration.
-
CLOSED: The phone number or sender ID has been deleted and you must also delete the registration for the number. -
CREATED: Your registration is created but not submitted. -
COMPLETE: Your registration has been approved and your origination identity has been created. -
DELETED: The registration has been deleted. -
PROVISIONING: Your registration has been approved and your origination identity is being created. -
REQUIRES_AUTHENTICATION: You need to complete email authentication. -
REQUIRES_UPDATES: You must fix your registration and resubmit it. -
REVIEWING: Your registration has been accepted and is being reviewed. -
SUBMITTED: Your registration has been submitted and is awaiting review.
-