UserNotifications / Client / associate_managed_notification_account_contact

associate_managed_notification_account_contact#

UserNotifications.Client.associate_managed_notification_account_contact(**kwargs)#

Associates an Account Contact with a particular ManagedNotificationConfiguration.

See also: AWS API Documentation

Request Syntax

response = client.associate_managed_notification_account_contact(
    contactIdentifier='ACCOUNT_PRIMARY'|'ACCOUNT_ALTERNATE_BILLING'|'ACCOUNT_ALTERNATE_OPERATIONS'|'ACCOUNT_ALTERNATE_SECURITY',
    managedNotificationConfigurationArn='string'
)
Parameters:
  • contactIdentifier (string) –

    [REQUIRED]

    A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration.

  • managedNotificationConfigurationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration to associate with the Account Contact.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions