interface ChannelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CodeGuruProfiler.CfnProfilingGroupPropsMixin.ChannelProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscodeguruprofiler#CfnProfilingGroupPropsMixin_ChannelProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler.CfnProfilingGroupPropsMixin.ChannelProperty |
Python | aws_cdk.cfn_property_mixins.aws_codeguruprofiler.CfnProfilingGroupPropsMixin.ChannelProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_codeguruprofiler » 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 { aws_codeguruprofiler as codeguruprofiler } from '@aws-cdk/cfn-property-mixins';
const channelProperty: codeguruprofiler.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