aws-cdk-lib.aws_codeguruprofiler.CfnProfilingGroup.ChannelProperty

interface ChannelProperty

LanguageType name
.NETAmazon.CDK.AWS.CodeGuruProfiler.CfnProfilingGroup.ChannelProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodeguruprofiler#CfnProfilingGroup_ChannelProperty
Javasoftware.amazon.awscdk.services.codeguruprofiler.CfnProfilingGroup.ChannelProperty
Pythonaws_cdk.aws_codeguruprofiler.CfnProfilingGroup.ChannelProperty
TypeScript aws-cdk-lib » aws_codeguruprofiler » CfnProfilingGroup » ChannelProperty

Notification medium for users to get alerted for events that occur in application profile.

We support SNS topic as a notification channel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codeguruprofiler as codeguruprofiler } from 'aws-cdk-lib';
const channelProperty: codeguruprofiler.CfnProfilingGroup.ChannelProperty = {
  channelUri: 'channelUri',

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

Properties

NameTypeDescription
channelUristringThe channel URI.
channelId?stringThe channel ID.

channelUri

Type: string

The channel URI.


channelId?

Type: string (optional)

The channel ID.