AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SMSVOICE::SenderId

CfnSenderId

Request a new sender ID that doesn't require registration.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSenderIdProps.

isoCountryCodeRequired
string

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

senderIdRequired
string

The sender ID string to request.

deletionProtectionEnabledOptional
boolean | IResolvable

By default this is set to false. When set to true the sender ID can't be deleted.

tagsOptional
CfnTag[]

An array of tags (key and value pairs) to associate with the sender ID.

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::SenderId
Properties4

External Links