CfnManagedNotificationAccountContactAssociationMixinProps

class aws_cdk.mixins_preview.aws_notifications.mixins.CfnManagedNotificationAccountContactAssociationMixinProps(*, contact_identifier=None, managed_notification_configuration_arn=None)

Bases: object

Properties for CfnManagedNotificationAccountContactAssociationPropsMixin.

Parameters:
  • contact_identifier (Optional[str]) – 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 .

  • managed_notification_configuration_arn (Optional[str]) – The ARN of the ManagedNotificationConfiguration to be associated with the Channel .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_notifications import mixins as notifications_mixins

cfn_managed_notification_account_contact_association_mixin_props = notifications_mixins.CfnManagedNotificationAccountContactAssociationMixinProps(
    contact_identifier="contactIdentifier",
    managed_notification_configuration_arn="managedNotificationConfigurationArn"
)

Attributes

contact_identifier

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 .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html#cfn-notifications-managednotificationaccountcontactassociation-contactidentifier

managed_notification_configuration_arn

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html#cfn-notifications-managednotificationaccountcontactassociation-managednotificationconfigurationarn