AWS::NotificationsContacts::EmailContactDefinition of AWS::NotificationsContacts::EmailContact Resource Type
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EmailAddress | string | RequiredCreate-onlyWrite-only |
Name | string | RequiredCreate-onlyWrite-only |
Tags | array | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
EmailContact | EmailContact | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
notifications-contacts:CreateEmailContactnotifications-contacts:GetEmailContactnotifications-contacts:SendActivationCodenotifications-contacts:ListEmailContactsnotifications-contacts:TagResourcenotifications-contacts:UntagResourcenotifications-contacts:ListTagsForResourcenotifications-contacts:GetEmailContactnotifications-contacts:ListTagsForResourcenotifications-contacts:DeleteEmailContactnotifications-contacts:GetEmailContactnotifications-contacts:ListEmailContactsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EmailAddressNameTags