AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SMSVOICE::ProtectConfiguration

CfnProtectConfiguration

Create a new protect configuration. By default all country rule sets for each capability are set to `ALLOW` . A protect configurations name is stored as a Tag with the key set to `Name` and value as the name of the protect configuration.

Import

import { CfnProtectConfiguration } from 'aws-cdk-lib/aws-smsvoice';

Or use the module namespace:

import * as smsvoice from 'aws-cdk-lib/aws-smsvoice';
// smsvoice.CfnProtectConfiguration

Properties

Configuration passed to the constructor as CfnProtectConfigurationProps.

countryRuleSetOptional
IResolvable | CountryRuleSetProperty

The set of `CountryRules` you specify to control which countries End User Messaging can send your messages to.

deletionProtectionEnabledOptional
boolean | IResolvable

The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.

tagsOptional
CfnTag[]

An array of key and value pair tags that are associated with the resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-smsvoice
CFN TypeAWS::SMSVOICE::ProtectConfiguration
Properties3

External Links