Class PublicDnsNamespaceAttributes
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PublicDnsNamespaceAttributes : Object, IPublicDnsNamespaceAttributes
Syntax (vb)
Public Class PublicDnsNamespaceAttributes
Inherits Object
Implements IPublicDnsNamespaceAttributes
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.ServiceDiscovery;
var publicDnsNamespaceAttributes = new PublicDnsNamespaceAttributes {
NamespaceArn = "namespaceArn",
NamespaceId = "namespaceId",
NamespaceName = "namespaceName"
};
Synopsis
Constructors
Public |
Properties
Namespace |
Namespace ARN for the Namespace. |
Namespace |
Namespace Id for the Namespace. |
Namespace |
A name for the Namespace. |
Constructors
PublicDnsNamespaceAttributes()
public PublicDnsNamespaceAttributes()
Properties
NamespaceArn
Namespace ARN for the Namespace.
public string NamespaceArn { get; set; }
Property Value
System.
NamespaceId
Namespace Id for the Namespace.
public string NamespaceId { get; set; }
Property Value
System.
NamespaceName
A name for the Namespace.
public string NamespaceName { get; set; }
Property Value
System.