interface OrganizationalUnitAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notifications.OrganizationalUnitAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#OrganizationalUnitAssociationReference |
![]() | software.amazon.awscdk.services.notifications.OrganizationalUnitAssociationReference |
![]() | aws_cdk.aws_notifications.OrganizationalUnitAssociationReference |
![]() | aws-cdk-lib » aws_notifications » OrganizationalUnitAssociationReference |
A reference to a OrganizationalUnitAssociation resource.
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 organizationalUnitAssociationReference: notifications.OrganizationalUnitAssociationReference = {
notificationConfigurationArn: 'notificationConfigurationArn',
organizationalUnitId: 'organizationalUnitId',
};
Properties
Name | Type | Description |
---|---|---|
notification | string | The NotificationConfigurationArn of the OrganizationalUnitAssociation resource. |
organizational | string | The OrganizationalUnitId of the OrganizationalUnitAssociation resource. |
notificationConfigurationArn
Type:
string
The NotificationConfigurationArn of the OrganizationalUnitAssociation resource.
organizationalUnitId
Type:
string
The OrganizationalUnitId of the OrganizationalUnitAssociation resource.