Interface ManagedNotificationAdditionalChannelAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedNotificationAdditionalChannelAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:20.535Z")
@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.interfaces.notifications.*;
ManagedNotificationAdditionalChannelAssociationReference managedNotificationAdditionalChannelAssociationReference = ManagedNotificationAdditionalChannelAssociationReference.builder()
.channelArn("channelArn")
.managedNotificationConfigurationArn("managedNotificationConfigurationArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forManagedNotificationAdditionalChannelAssociationReferencestatic final classAn 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()
-