interface ChannelProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeGuruProfiler.CfnProfilingGroup.ChannelProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodeguruprofiler#CfnProfilingGroup_ChannelProperty |
![]() | software.amazon.awscdk.services.codeguruprofiler.CfnProfilingGroup.ChannelProperty |
![]() | aws_cdk.aws_codeguruprofiler.CfnProfilingGroup.ChannelProperty |
![]() | 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
Name | Type | Description |
---|---|---|
channel | string | The channel URI. |
channel | string | The channel ID. |
channelUri
Type:
string
The channel URI.
channelId?
Type:
string
(optional)
The channel ID.