Interface CfnOrganizationalUnitAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationalUnitAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.797Z")
@Stability(Stable)
public interface CfnOrganizationalUnitAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnOrganizationalUnitAssociation
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.notifications.*; CfnOrganizationalUnitAssociationProps cfnOrganizationalUnitAssociationProps = CfnOrganizationalUnitAssociationProps.builder() .notificationConfigurationArn("notificationConfigurationArn") .organizationalUnitId("organizationalUnitId") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOrganizationalUnitAssociationProps
static final class
An implementation forCfnOrganizationalUnitAssociationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
ARN identifier of the NotificationConfiguration.The ID of the organizational unit.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNotificationConfigurationArn
ARN identifier of the NotificationConfiguration.Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
- See Also:
-
getOrganizationalUnitId
The ID of the organizational unit.- See Also:
-
builder
-