AWS Fundamentals Logo
AWS Fundamentals
AWS::SMSVOICE::ConfigurationSet

SMSVOICE ConfigurationSet

Resource Type definition for AWS::SMSVOICE::ConfigurationSet

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ConfigurationSetName
string
Create-only
DefaultSenderId
string
EventDestinations
Array<EventDestination>
MessageFeedbackEnabled
boolean
ProtectConfigurationId
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-

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

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

Required IAM Permissions

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

create

sms-voice:CreateConfigurationSetsms-voice:DescribeConfigurationSetssms-voice:SetDefaultSenderIdsms-voice:SetDefaultMessageFeedbackEnabledsms-voice:AssociateProtectConfigurationsms-voice:CreateEventDestinationsms-voice:UpdateEventDestinationsms-voice:TagResource

read

sms-voice:DescribeConfigurationSetssms-voice:ListTagsForResource

update

sms-voice:DescribeConfigurationSetssms-voice:CreateEventDestinationsms-voice:UpdateEventDestinationsms-voice:DeleteEventDestinationsms-voice:DeleteDefaultSenderIdsms-voice:SetDefaultSenderIdsms-voice:DeleteDefaultMessageFeedbackEnabledsms-voice:SetDefaultMessageFeedbackEnabled

delete

sms-voice:DescribeConfigurationSetssms-voice:DeleteConfigurationSet

list

sms-voice:DescribeConfigurationSets

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
Properties7
Required0
TaggingSupported
Primary IDConfigurationSetName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ConfigurationSetName

External Links