AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SMSVOICE::ConfigurationSet

CfnConfigurationSet

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnConfigurationSetProps.

configurationSetNameOptional
string

The name of the ConfigurationSet.

defaultSenderIdOptional
string

The default sender ID used by the ConfigurationSet.

eventDestinationsOptional
IResolvable | IResolvable | EventDestinationProperty[]

An array of EventDestination objects that describe any events to log and where to log them.

messageFeedbackEnabledOptional
boolean | IResolvable

Set to true to enable feedback for the message.

protectConfigurationIdOptional
string

The unique identifier for the protect configuration.

tagsOptional
CfnTag[]

An array of key and value pair tags that's associated with the new configuration set.

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

External Links