AWS::SMSVOICE::ConfigurationSetCreates a new configuration set. After you create the configuration set, you can add one or more event destinations to it. A configuration set is a set of rules that you apply to the SMS and voice messages that you send. When you send a message, you can optionally specify a single configuration set.
import { CfnConfigurationSet } from 'aws-cdk-lib/aws-smsvoice';Or use the module namespace:
import * as smsvoice from 'aws-cdk-lib/aws-smsvoice';
// smsvoice.CfnConfigurationSetConfiguration passed to the constructor as CfnConfigurationSetProps.
configurationSetNameOptionalstringThe name of the ConfigurationSet.
defaultSenderIdOptionalstringThe default sender ID used by the ConfigurationSet.
eventDestinationsOptionalIResolvable | IResolvable | EventDestinationProperty[]An array of EventDestination objects that describe any events to log and where to log them.
messageFeedbackEnabledOptionalboolean | IResolvableSet to true to enable feedback for the message.
protectConfigurationIdOptionalstringThe unique identifier for the protect configuration.
tagsOptionalCfnTag[]An array of key and value pair tags that's associated with the new configuration set.
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::ConfigurationSet