Interface CfnAnomalySubscription.ISubscriberProperty
The recipient of AnomalySubscription
notifications.
Namespace: Amazon.CDK.AWS.CE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubscriberProperty
Syntax (vb)
Public Interface ISubscriberProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CE;
var subscriberProperty = new SubscriberProperty {
Address = "address",
Type = "type",
// the properties below are optional
Status = "status"
};
Synopsis
Properties
Address | The email address or SNS Topic Amazon Resource Name (ARN), depending on the |
Status | Indicates if the subscriber accepts the notifications. |
Type | The notification delivery channel. |
Properties
Address
The email address or SNS Topic Amazon Resource Name (ARN), depending on the Type
.
string Address { get; }
Property Value
System.
Remarks
Status
Indicates if the subscriber accepts the notifications.
virtual string Status { get; }
Property Value
System.
Remarks
Type
The notification delivery channel.
string Type { get; }
Property Value
System.