AWS Fundamentals Logo
AWS Fundamentals
AWS::SMSVOICE::OptOutList

SMSVOICE OptOutList

Resource Type definition for AWS::SMSVOICE::OptOutList

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
OptOutListName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) for the OptOutList.

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

Resources:
  MyResource:
    Type: AWS::SMSVOICE::OptOutList
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

sms-voice:CreateOptOutListsms-voice:DescribeOptOutListssms-voice:TagResourcesms-voice:ListTagsForResource

read

sms-voice:DescribeOptOutListssms-voice:ListTagsForResource

update

sms-voice:DescribeOptOutListssms-voice:UntagResourcesms-voice:TagResourcesms-voice:ListTagsForResource

delete

sms-voice:DeleteOptOutListsms-voice:DescribeOptOutLists

list

sms-voice:DescribeOptOutLists

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
Properties3
Required0
TaggingSupported
Primary IDOptOutListName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

OptOutListName

External Links