AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A complex type that contains information about a namespace.

Inheritance Hierarchy

System.Object
  Amazon.ServiceDiscovery.Model.NamespaceSummary

Namespace: Amazon.ServiceDiscovery.Model
Assembly: AWSSDK.ServiceDiscovery.dll
Version: 3.x.y.z

Syntax

C#
public class NamespaceSummary

The NamespaceSummary type exposes the following members

Constructors

NameDescription
Public Method NamespaceSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

Public Property CreateDate System.DateTime

Gets and sets the property CreateDate.

The date and time that the namespace was created.

Public Property Description System.String

Gets and sets the property Description.

A description for the namespace.

Public Property Id System.String

Gets and sets the property Id.

The ID of the namespace.

Public Property Name System.String

Gets and sets the property Name.

The name of the namespace. When you create a namespace, Cloud Map automatically creates a RouteĀ 53 hosted zone that has the same name as the namespace.

Public Property Properties Amazon.ServiceDiscovery.Model.NamespaceProperties

Gets and sets the property Properties.

The properties of the namespace.

Public Property ServiceCount System.Int32

Gets and sets the property ServiceCount.

The number of services that were created using the namespace.

Public Property Type Amazon.ServiceDiscovery.NamespaceType

Gets and sets the property Type.

The type of the namespace, either public or private.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5