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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnomalySubscriptionPropsMixin.SubscriberPropertystatic final classAn implementation forCfnAnomalySubscriptionPropsMixin.SubscriberProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The email address or SNS Topic Amazon Resource Name (ARN), depending on theType.- See Also:
-
getStatus
Indicates if the subscriber accepts the notifications.- See Also:
-
getType
The notification delivery channel.- See Also:
-
builder
-