AWS::Notifications::ManagedNotificationAccountContactAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Notifications::ManagedNotificationAccountContactAssociation

Associates an Account Management Contact with a ManagedNotificationConfiguration for Amazon User Notifications. For more information about Amazon User Notifications, see the Amazon User Notifications User Guide. For more information about Account Management Contacts, see the Amazon Account Management Reference Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Notifications::ManagedNotificationAccountContactAssociation", "Properties" : { "ContactIdentifier" : String, "ManagedNotificationConfigurationArn" : String } }

YAML

Type: AWS::Notifications::ManagedNotificationAccountContactAssociation Properties: ContactIdentifier: String ManagedNotificationConfigurationArn: String

Properties

ContactIdentifier

The unique identifier of the notification contact associated with the Amazon account. For more information about the contact types associated with an account, see the Amazon Account Management Reference Guide.

Required: Yes

Type: String

Allowed values: ACCOUNT_PRIMARY | ACCOUNT_ALTERNATE_SECURITY | ACCOUNT_ALTERNATE_OPERATIONS | ACCOUNT_ALTERNATE_BILLING

Update requires: Replacement

ManagedNotificationConfigurationArn

The ARN of the ManagedNotificationConfiguration to be associated with the Channel.

Required: Yes

Type: String

Pattern: ^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9-]{3,64}/sub-category/[a-zA-Z0-9-]{3,64}$

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ARN of the configuration created.