AWS Fundamentals Logo
AWS Fundamentals
AWS::SMSVOICE::Pool

SMSVOICE Pool

Resource Type definition for AWS::SMSVOICE::Pool

Properties

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

Filter:
PropertyTypeFlags
MandatoryKeywords
object
Required
OriginationIdentities
Array<string>
Required
DeletionProtectionEnabled
boolean
OptionalKeywords
Array<OptionalKeyword>
OptOutListName
string
SelfManagedOptOutsEnabled
boolean
SharedRoutesEnabled
boolean
Tags
Array<Tag>
TwoWay
object

Return Values

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

AttributeTypeDescription
Arnstring-
PoolIdstring-

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::Pool

Resources:
  MyResource:
    Type: AWS::SMSVOICE::Pool
    Properties:
      OriginationIdentities: "my-originationidentities"
      MandatoryKeywords: {}
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

sms-voice:DescribePoolssms-voice:CreatePoolsms-voice:UpdatePoolsms-voice:AssociateOriginationIdentitysms-voice:ListPoolOriginationIdentitiessms-voice:PutKeywordsms-voice:TagResourcesms-voice:ListTagsForResource

read

sms-voice:DescribePoolssms-voice:ListPoolOriginationIdentitiessms-voice:DescribeKeywordssms-voice:ListTagsForResource

update

sms-voice:DescribePoolssms-voice:UpdatePoolsms-voice:DisassociateOriginationIdentitysms-voice:AssociateOriginationIdentitysms-voice:ListPoolOriginationIdentitiessms-voice:DeleteKeywordsms-voice:DescribeKeywordssms-voice:PutKeyword

delete

sms-voice:ListPoolOriginationIdentitiessms-voice:DisassociateOriginationIdentitysms-voice:DeletePoolsms-voice:DescribePools

list

sms-voice:DescribePools

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
Properties11
Required2
TaggingSupported
Primary IDPoolId

Supported Operations

CreateReadUpdateDeleteList

External Links