OrganizationalUnitAssociationReference
- class aws_cdk.aws_notifications.OrganizationalUnitAssociationReference(*, notification_configuration_arn, organizational_unit_id)
Bases:
object
A reference to a OrganizationalUnitAssociation resource.
- Parameters:
notification_configuration_arn (
str
) – The NotificationConfigurationArn of the OrganizationalUnitAssociation resource.organizational_unit_id (
str
) – The OrganizationalUnitId of the OrganizationalUnitAssociation resource.
- 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 import aws_notifications as notifications organizational_unit_association_reference = notifications.OrganizationalUnitAssociationReference( notification_configuration_arn="notificationConfigurationArn", organizational_unit_id="organizationalUnitId" )
Attributes
- notification_configuration_arn
The NotificationConfigurationArn of the OrganizationalUnitAssociation resource.
- organizational_unit_id
The OrganizationalUnitId of the OrganizationalUnitAssociation resource.