Interface CfnManagedNotificationAdditionalChannelAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnManagedNotificationAdditionalChannelAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:10.346Z")
@Stability(Stable)
public interface CfnManagedNotificationAdditionalChannelAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnManagedNotificationAdditionalChannelAssociation.
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.*;
CfnManagedNotificationAdditionalChannelAssociationProps cfnManagedNotificationAdditionalChannelAssociationProps = CfnManagedNotificationAdditionalChannelAssociationProps.builder()
.channelArn("channelArn")
.managedNotificationConfigurationArn("managedNotificationConfigurationArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnManagedNotificationAdditionalChannelAssociationPropsstatic final classAn implementation forCfnManagedNotificationAdditionalChannelAssociationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of theChannel.The ARN of theManagedNotificationAdditionalChannelAssociationassociated with theChannel.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelArn
The ARN of theChannel.- See Also:
-
getManagedNotificationConfigurationArn
The ARN of theManagedNotificationAdditionalChannelAssociationassociated with theChannel.- See Also:
-
builder
-