Class ChannelNamespaceReference
A reference to a ChannelNamespace resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ChannelNamespaceReference : IChannelNamespaceReference
Syntax (vb)
Public Class ChannelNamespaceReference Implements IChannelNamespaceReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var channelNamespaceReference = new ChannelNamespaceReference {
ChannelNamespaceArn = "channelNamespaceArn"
};
Synopsis
Constructors
ChannelNamespaceReference() | A reference to a ChannelNamespace resource. |
Properties
ChannelNamespaceArn | The ChannelNamespaceArn of the ChannelNamespace resource. |
Constructors
ChannelNamespaceReference()
A reference to a ChannelNamespace resource.
public ChannelNamespaceReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var channelNamespaceReference = new ChannelNamespaceReference {
ChannelNamespaceArn = "channelNamespaceArn"
};
Properties
ChannelNamespaceArn
The ChannelNamespaceArn of the ChannelNamespace resource.
public string ChannelNamespaceArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated