@Stability(value=Stable)
public static interface CfnAnomalySubscription.SubscriberProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getAddress()
The email address or SNS Topic Amazon Resource Name (ARN), depending on the `Type` .
|
default String |
getStatus()
Indicates if the subscriber accepts the notifications.
|
String |
getType()
The notification delivery channel.
|
@Stability(value=Stable) @NotNull String getAddress()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) static CfnAnomalySubscription.SubscriberProperty.Builder builder()
Copyright © 2022. All rights reserved.