AWS::SMSVOICE::RegistrationA registration that has been created.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RegistrationType | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTimestamp | string | The time when the registration was created, in UNIX epoch time format. |
CurrentVersionNumber | integer | The current version number of the registration. |
RegistrationArn | string | The Amazon Resource Name (ARN) for the registration. |
RegistrationId | string | The unique identifier for the registration. |
RegistrationStatus | string | The status of the registration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SMSVOICE::Registration
Resources:
MyResource:
Type: AWS::SMSVOICE::Registration
Properties:
RegistrationType: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sms-voice:CreateRegistrationsms-voice:DescribeRegistrationssms-voice:TagResourcesms-voice:DescribeRegistrationssms-voice:ListTagsForResourcesms-voice:DescribeRegistrationssms-voice:TagResourcesms-voice:UntagResourcesms-voice:ListTagsForResourcesms-voice:DeleteRegistrationsms-voice:DescribeRegistrationssms-voice:DescribeRegistrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRegistrationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RegistrationType