interface ChannelNamespaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.ChannelNamespaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#ChannelNamespaceReference |
![]() | software.amazon.awscdk.services.appsync.ChannelNamespaceReference |
![]() | aws_cdk.aws_appsync.ChannelNamespaceReference |
![]() | aws-cdk-lib » aws_appsync » ChannelNamespaceReference |
A reference to a ChannelNamespace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const channelNamespaceReference: appsync.ChannelNamespaceReference = {
channelNamespaceArn: 'channelNamespaceArn',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The ChannelNamespaceArn of the ChannelNamespace resource. |
channelNamespaceArn
Type:
string
The ChannelNamespaceArn of the ChannelNamespace resource.