interface ChannelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeGuruProfiler.Mixins.CfnProfilingGroupPropsMixin.ChannelProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodeguruprofiler/mixins#CfnProfilingGroupPropsMixin_ChannelProperty |
Java | software.amazon.awscdk.mixins.preview.services.codeguruprofiler.mixins.CfnProfilingGroupPropsMixin.ChannelProperty |
Python | aws_cdk.mixins_preview.aws_codeguruprofiler.mixins.CfnProfilingGroupPropsMixin.ChannelProperty |
TypeScript | @aws-cdk/mixins-preview » aws_codeguruprofiler » mixins » CfnProfilingGroupPropsMixin » 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 { mixins as codeguruprofiler_mixins } from '@aws-cdk/mixins-preview/aws-codeguruprofiler';
const channelProperty: codeguruprofiler_mixins.CfnProfilingGroupPropsMixin.ChannelProperty = {
channelId: 'channelId',
channelUri: 'channelUri',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel | string | The channel ID. |
| channel | string | The channel URI. |
channelId?
Type:
string
(optional)
The channel ID.
channelUri?
Type:
string
(optional)
The channel URI.

.NET
Go
Java
Python
TypeScript