Interface CfnRule.NotificationRecipientTypeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRule.NotificationRecipientTypeProperty.Jsii$Proxy
Enclosing class:
CfnRule

@Stability(Stable) public static interface CfnRule.NotificationRecipientTypeProperty extends software.amazon.jsii.JsiiSerializable
The type of notification recipient.

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.connect.*;
 NotificationRecipientTypeProperty notificationRecipientTypeProperty = NotificationRecipientTypeProperty.builder()
         .userArns(List.of("userArns"))
         .userTags(Map.of(
                 "userTagsKey", "userTags"))
         .build();