interface CfnManagedNotificationAccountContactAssociationProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_notifications.CfnManagedNotificationAccountContactAssociationProps | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#CfnManagedNotificationAccountContactAssociationProps | 
|  Java | software.amazon.awscdk.services.notifications.CfnManagedNotificationAccountContactAssociationProps | 
|  Python | aws_cdk.aws_notifications.CfnManagedNotificationAccountContactAssociationProps | 
|  TypeScript | aws-cdk-lib»aws_notifications»CfnManagedNotificationAccountContactAssociationProps | 
Properties for defining a CfnManagedNotificationAccountContactAssociation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const cfnManagedNotificationAccountContactAssociationProps: notifications.CfnManagedNotificationAccountContactAssociationProps = {
  contactIdentifier: 'contactIdentifier',
  managedNotificationConfigurationArn: 'managedNotificationConfigurationArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| contact | string | The unique identifier of the notification contact associated with the AWS account. | 
| managed | string | The ARN of the ManagedNotificationConfigurationto be associated with theChannel. | 
contactIdentifier
Type:
string
The unique identifier of the notification contact associated with the AWS account.
For more information about the contact types associated with an account, see the Account Management Reference Guide .
managedNotificationConfigurationArn
Type:
string
The ARN of the ManagedNotificationConfiguration to be associated with the Channel .
