AWS::SMSVOICE::ProtectConfigurationCreate 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 { CfnProtectConfiguration } from 'aws-cdk-lib/aws-smsvoice';Or use the module namespace:
import * as smsvoice from 'aws-cdk-lib/aws-smsvoice';
// smsvoice.CfnProtectConfigurationConfiguration passed to the constructor as CfnProtectConfigurationProps.
countryRuleSetOptionalIResolvable | CountryRuleSetPropertyThe set of `CountryRules` you specify to control which countries End User Messaging can send your messages to.
deletionProtectionEnabledOptionalboolean | IResolvableThe status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.
tagsOptionalCfnTag[]An array of key and value pair tags that are associated with the resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-smsvoiceAWS::SMSVOICE::ProtectConfiguration