public static interface CfnAnomalySubscription.SubscriberProperty
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.ce.*; SubscriberProperty subscriberProperty = SubscriberProperty.builder() .address("address") .type("type") // the properties below are optional .status("status") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalySubscription.SubscriberProperty.Builder
A builder for
CfnAnomalySubscription.SubscriberProperty |
static class |
CfnAnomalySubscription.SubscriberProperty.Jsii$Proxy
An implementation for
CfnAnomalySubscription.SubscriberProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalySubscription.SubscriberProperty.Builder |
builder() |
java.lang.String |
getAddress()
The email address or SNS Topic Amazon Resource Name (ARN), depending on the `Type` .
|
default java.lang.String |
getStatus()
Indicates if the subscriber accepts the notifications.
|
java.lang.String |
getType()
The notification delivery channel.
|
java.lang.String getAddress()
java.lang.String getType()
default java.lang.String getStatus()
static CfnAnomalySubscription.SubscriberProperty.Builder builder()