CfnOrganizationalUnitAssociationProps
- class aws_cdk.aws_notifications.CfnOrganizationalUnitAssociationProps(*, notification_configuration_arn, organizational_unit_id)
Bases:
object
Properties for defining a
CfnOrganizationalUnitAssociation
.- Parameters:
notification_configuration_arn (
str
) – ARN identifier of the NotificationConfiguration. Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1organizational_unit_id (
str
) – The ID of the organizational unit.
- 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 import aws_notifications as notifications cfn_organizational_unit_association_props = notifications.CfnOrganizationalUnitAssociationProps( notification_configuration_arn="notificationConfigurationArn", organizational_unit_id="organizationalUnitId" )
Attributes
- notification_configuration_arn
ARN identifier of the NotificationConfiguration.
Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
- organizational_unit_id
The ID of the organizational unit.