AWS Fundamentals Logo
AWS Fundamentals
AWS::SMSVOICE::SenderId

SMSVOICE SenderId

Resource Type definition for AWS::SMSVOICE::SenderId

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
IsoCountryCode
string
RequiredCreate-only
SenderId
string
RequiredCreate-only
DeletionProtectionEnabled
boolean
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) associated with the SenderId.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sms-voice:RequestSenderIdsms-voice:DescribeSenderIdssms-voice:UpdateSenderIdsms-voice:TagResourcesms-voice:ListTagsForResource

read

sms-voice:DescribeSenderIdssms-voice:ListTagsForResource

update

sms-voice:DescribeSenderIdssms-voice:UpdateSenderIdsms-voice:UntagResourcesms-voice:TagResourcesms-voice:ListTagsForResource

delete

sms-voice:ReleaseSenderIdsms-voice:DescribeSenderIds

list

sms-voice:DescribeSenderIds

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSMSVOICE
Properties5
Required2
TaggingSupported
Primary IDIsoCountryCode

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IsoCountryCodeSenderId

External Links