Interface CfnAnomalySubscriptionPropsMixin.SubscriberProperty

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

@Stability(Stable) public static interface CfnAnomalySubscriptionPropsMixin.SubscriberProperty extends software.amazon.jsii.JsiiSerializable
The recipient of AnomalySubscription notifications.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.ce.*;
 SubscriberProperty subscriberProperty = SubscriberProperty.builder()
         .address("address")
         .status("status")
         .type("type")
         .build();
 

See Also: