Interface ManagedNotificationAdditionalChannelAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedNotificationAdditionalChannelAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:10.354Z")
@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 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()
-