---
type: resource-type
title: Registration
description: aws resource type AWS::SMSVOICE::Registration
name: Registration
lexicon: aws
resource_type: AWS::SMSVOICE::Registration
---
`AWS::SMSVOICE::Registration`, a resource type of the aws lexicon.

## Properties

- `RegistrationType` (`string`, required): The type of registration form to create.
- `CreatedTimestamp` (`string`, optional): The time when the registration was created, in UNIX epoch time format.
- `CurrentVersionNumber` (`number`, optional): The current version number of the registration.
- `RegistrationArn` (`string`, optional): The Amazon Resource Name (ARN) for the registration.
- `RegistrationId` (`string`, optional): The unique identifier for the registration.
- `RegistrationStatus` (`"AWS_REVIEWING" | "CLOSED" | "COMPLETE" | "CREATED" | "DELETED" | "PROVISIONING" | "REQUIRES_AUTHENTICATION" | "REQUIRES_UPDATES" | "REVIEWING" | "SUBMITTED"`, optional): The status of the registration.
- `Tags` (`Registration_Tag[]`, optional): An array of tags (key and value pairs) to associate with the registration.

## Attributes

- `CreatedTimestamp`
- `CurrentVersionNumber`
- `RegistrationArn`
- `RegistrationId`
- `RegistrationStatus`
