AWS::SMSVOICE::SenderIdResource Type definition for AWS::SMSVOICE::SenderId
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IsoCountryCode | string | RequiredCreate-only |
SenderId | string | RequiredCreate-only |
DeletionProtectionEnabled | boolean | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) associated with the SenderId. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SMSVOICE::SenderId
Resources:
MyResource:
Type: AWS::SMSVOICE::SenderId
Properties:
IsoCountryCode: "value"
SenderId: "my-senderid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sms-voice:RequestSenderIdsms-voice:DescribeSenderIdssms-voice:UpdateSenderIdsms-voice:TagResourcesms-voice:ListTagsForResourcesms-voice:DescribeSenderIdssms-voice:ListTagsForResourcesms-voice:DescribeSenderIdssms-voice:UpdateSenderIdsms-voice:UntagResourcesms-voice:TagResourcesms-voice:ListTagsForResourcesms-voice:ReleaseSenderIdsms-voice:DescribeSenderIdssms-voice:DescribeSenderIdsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIsoCountryCodeThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IsoCountryCodeSenderId