AWS Fundamentals Logo
AWS Fundamentals
AWS::SMSVOICE::ProtectConfiguration

SMSVOICE ProtectConfiguration

Resource Type definition for AWS::SMSVOICE::ProtectConfiguration

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CountryRuleSet
CountryRuleSet
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) of the protect configuration.
ProtectConfigurationIdstringThe unique identifier for the protect configuration.

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

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

Required IAM Permissions

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

create

sms-voice:CreateProtectConfigurationsms-voice:UpdateProtectConfigurationCountryRuleSetsms-voice:DescribeProtectConfigurationssms-voice:GetProtectConfigurationCountryRuleSetsms-voice:TagResourcesms-voice:ListTagsForResource

read

sms-voice:DescribeProtectConfigurationssms-voice:GetProtectConfigurationCountryRuleSetsms-voice:ListTagsForResource

update

sms-voice:DescribeProtectConfigurationssms-voice:GetProtectConfigurationCountryRuleSetsms-voice:UpdateProtectConfigurationsms-voice:UpdateProtectConfigurationCountryRuleSetsms-voice:UntagResourcesms-voice:TagResourcesms-voice:ListTagsForResource

delete

sms-voice:DeleteProtectConfigurationsms-voice:DescribeProtectConfigurations

list

sms-voice:DescribeProtectConfigurationssms-voice:GetProtectConfigurationCountryRuleSet

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
Required0
TaggingSupported
Primary IDProtectConfigurationId

Supported Operations

CreateReadUpdateDeleteList

External Links