aws-cdk-lib.aws_ce.CfnAnomalySubscription.SubscriberProperty

interface SubscriberProperty

LanguageType name
.NETAmazon.CDK.AWS.CE.CfnAnomalySubscription.SubscriberProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsce#CfnAnomalySubscription_SubscriberProperty
Javasoftware.amazon.awscdk.services.ce.CfnAnomalySubscription.SubscriberProperty
Pythonaws_cdk.aws_ce.CfnAnomalySubscription.SubscriberProperty
TypeScript aws-cdk-lib » aws_ce » CfnAnomalySubscription » SubscriberProperty

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 { aws_ce as ce } from 'aws-cdk-lib';
const subscriberProperty: ce.CfnAnomalySubscription.SubscriberProperty = {
  address: 'address',
  type: 'type',

  // the properties below are optional
  status: 'status',
};

Properties

NameTypeDescription
addressstringThe email address or SNS Topic Amazon Resource Name (ARN), depending on the Type .
typestringThe notification delivery channel.
status?stringIndicates if the subscriber accepts the notifications.

address

Type: string

The email address or SNS Topic Amazon Resource Name (ARN), depending on the Type .


type

Type: string

The notification delivery channel.


status?

Type: string (optional)

Indicates if the subscriber accepts the notifications.