Show / Hide Table of Contents

Interface IChannelNamespaceReference

A reference to a ChannelNamespace resource.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IChannelNamespaceReference
Syntax (vb)
Public Interface 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

Properties

ChannelNamespaceArn

The ChannelNamespaceArn of the ChannelNamespace resource.

Properties

ChannelNamespaceArn

The ChannelNamespaceArn of the ChannelNamespace resource.

string ChannelNamespaceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX