aws-cdk-lib.aws_devopsguru.CfnNotificationChannelProps

interface CfnNotificationChannelProps

LanguageType name
.NETAmazon.CDK.AWS.DevOpsGuru.CfnNotificationChannelProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdevopsguru#CfnNotificationChannelProps
Javasoftware.amazon.awscdk.services.devopsguru.CfnNotificationChannelProps
Pythonaws_cdk.aws_devopsguru.CfnNotificationChannelProps
TypeScript aws-cdk-lib » aws_devopsguru » CfnNotificationChannelProps

Properties for defining a CfnNotificationChannel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsguru as devopsguru } from 'aws-cdk-lib';
const cfnNotificationChannelProps: devopsguru.CfnNotificationChannelProps = {
  config: {
    filters: {
      messageTypes: ['messageTypes'],
      severities: ['severities'],
    },
    sns: {
      topicArn: 'topicArn',
    },
  },
};

Properties

NameTypeDescription
configIResolvable | NotificationChannelConfigPropertyA NotificationChannelConfig object that contains information about configured notification channels.

config

Type: IResolvable | NotificationChannelConfigProperty

A NotificationChannelConfig object that contains information about configured notification channels.