AWS Fundamentals Logo
AWS Fundamentals
AWS::NotificationsContacts::EmailContact

NotificationsContacts EmailContact

Definition of AWS::NotificationsContacts::EmailContact Resource Type

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EmailAddress
string
RequiredCreate-onlyWrite-only
Name
string
RequiredCreate-onlyWrite-only
Tags
array
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
EmailContactEmailContact-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NotificationsContacts::EmailContact

Resources:
  MyResource:
    Type: AWS::NotificationsContacts::EmailContact
    Properties:
      EmailAddress: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

notifications-contacts:CreateEmailContactnotifications-contacts:GetEmailContactnotifications-contacts:SendActivationCodenotifications-contacts:ListEmailContactsnotifications-contacts:TagResourcenotifications-contacts:UntagResourcenotifications-contacts:ListTagsForResource

read

notifications-contacts:GetEmailContactnotifications-contacts:ListTagsForResource

delete

notifications-contacts:DeleteEmailContactnotifications-contacts:GetEmailContact

list

notifications-contacts:ListEmailContacts

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

ServiceNotificationsContacts
Properties5
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EmailAddressNameTags

External Links