Show / Hide Table of Contents

Interface IChannelNamespace

An AppSync channel namespace.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IChannelNamespace : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IChannelNamespace Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ChannelNamespaceArn

The ARN of the AppSync channel namespace.

Properties

ChannelNamespaceArn

The ARN of the AppSync channel namespace.

string ChannelNamespaceArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX