Show / Hide Table of Contents

Interface INamespace

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

Synopsis

Properties

NamespaceArn

Namespace ARN for the Namespace.

NamespaceId

Namespace Id for the Namespace.

NamespaceName

A name for the Namespace.

Type

Type of Namespace.

Properties

NamespaceArn

Namespace ARN for the Namespace.

string NamespaceArn { get; }
Property Value

System.String

Remarks

Attribute: true

NamespaceId

Namespace Id for the Namespace.

string NamespaceId { get; }
Property Value

System.String

Remarks

Attribute: true

NamespaceName

A name for the Namespace.

string NamespaceName { get; }
Property Value

System.String

Remarks

Attribute: true

Type

Type of Namespace.

NamespaceType Type { get; }
Property Value

NamespaceType

Back to top Generated by DocFX