AWS::NotificationsContacts::EmailContactConfigures email contacts for AWS User Notifications .
import { CfnEmailContact } from 'aws-cdk-lib/aws-notificationscontacts';Or use the module namespace:
import * as notificationscontacts from 'aws-cdk-lib/aws-notificationscontacts';
// notificationscontacts.CfnEmailContactConfiguration passed to the constructor as CfnEmailContactProps.
emailAddressRequiredstringThe email address of the contact. The activation and notification emails are sent here.
nameRequiredstringThe name of the contact.
tagsOptionalCfnTag[]A list of tags to apply to the email contact.
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-notificationscontactsAWS::NotificationsContacts::EmailContact