AWS::SMSVOICE::SenderIdRequest a new sender ID that doesn't require registration.
import { CfnSenderId } from 'aws-cdk-lib/aws-smsvoice';Or use the module namespace:
import * as smsvoice from 'aws-cdk-lib/aws-smsvoice';
// smsvoice.CfnSenderIdConfiguration passed to the constructor as CfnSenderIdProps.
isoCountryCodeRequiredstringThe two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
senderIdRequiredstringThe sender ID string to request.
deletionProtectionEnabledOptionalboolean | IResolvableBy default this is set to false. When set to true the sender ID can't be deleted.
tagsOptionalCfnTag[]An array of tags (key and value pairs) to associate with the sender ID.
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::SenderId