Interface ManagedNotificationAdditionalChannelAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedNotificationAdditionalChannelAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.799Z")
@Stability(Stable)
public interface ManagedNotificationAdditionalChannelAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ManagedNotificationAdditionalChannelAssociation resource.
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.*; ManagedNotificationAdditionalChannelAssociationReference managedNotificationAdditionalChannelAssociationReference = ManagedNotificationAdditionalChannelAssociationReference.builder() .channelArn("channelArn") .managedNotificationConfigurationArn("managedNotificationConfigurationArn") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forManagedNotificationAdditionalChannelAssociationReference
static final class
An implementation forManagedNotificationAdditionalChannelAssociationReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ChannelArn of the ManagedNotificationAdditionalChannelAssociation resource.The ManagedNotificationConfigurationArn of the ManagedNotificationAdditionalChannelAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelArn
The ChannelArn of the ManagedNotificationAdditionalChannelAssociation resource. -
getManagedNotificationConfigurationArn
The ManagedNotificationConfigurationArn of the ManagedNotificationAdditionalChannelAssociation resource. -
builder
@Stability(Stable) static ManagedNotificationAdditionalChannelAssociationReference.Builder builder()
-