CfnManagedNotificationAccountContactAssociationMixinProps
- class aws_cdk.mixins_preview.aws_notifications.mixins.CfnManagedNotificationAccountContactAssociationMixinProps(*, contact_identifier=None, managed_notification_configuration_arn=None)
Bases:
objectProperties 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 theManagedNotificationConfigurationto be associated with theChannel.
- See:
- 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 .
- managed_notification_configuration_arn
The ARN of the
ManagedNotificationConfigurationto be associated with theChannel.