Show / Hide Table of Contents

Interface IOrganizationalUnitAssociationReference

A reference to a OrganizationalUnitAssociation resource.

Namespace: Amazon.CDK.Interfaces.Notifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOrganizationalUnitAssociationReference
Syntax (vb)
Public Interface IOrganizationalUnitAssociationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Notifications;

            var organizationalUnitAssociationReference = new OrganizationalUnitAssociationReference {
                NotificationConfigurationArn = "notificationConfigurationArn",
                OrganizationalUnitId = "organizationalUnitId"
            };

Synopsis

Properties

NotificationConfigurationArn

The NotificationConfigurationArn of the OrganizationalUnitAssociation resource.

OrganizationalUnitId

The OrganizationalUnitId of the OrganizationalUnitAssociation resource.

Properties

NotificationConfigurationArn

The NotificationConfigurationArn of the OrganizationalUnitAssociation resource.

string NotificationConfigurationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

OrganizationalUnitId

The OrganizationalUnitId of the OrganizationalUnitAssociation resource.

string OrganizationalUnitId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX