AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NotificationsContacts::EmailContact

CfnEmailContact

Configures email contacts for AWS User Notifications .

Import

import { CfnEmailContact } from 'aws-cdk-lib/aws-notificationscontacts';

Or use the module namespace:

import * as notificationscontacts from 'aws-cdk-lib/aws-notificationscontacts';
// notificationscontacts.CfnEmailContact

Properties

Configuration passed to the constructor as CfnEmailContactProps.

emailAddressRequired
string

The email address of the contact. The activation and notification emails are sent here.

nameRequired
string

The name of the contact.

tagsOptional
CfnTag[]

A list of tags to apply to the email contact.

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-notificationscontacts
CFN TypeAWS::NotificationsContacts::EmailContact
Properties3

External Links