interface ChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.ChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#ChannelReference |
![]() | software.amazon.awscdk.services.iotanalytics.ChannelReference |
![]() | aws_cdk.aws_iotanalytics.ChannelReference |
![]() | aws-cdk-lib » aws_iotanalytics » ChannelReference |
A reference to a Channel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const channelReference: iotanalytics.ChannelReference = {
channelName: 'channelName',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The ChannelName of the Channel resource. |
channelName
Type:
string
The ChannelName of the Channel resource.