Class PublicDnsNamespaceState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ServiceDiscovery
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PublicDnsNamespaceState : ResourceArgs
Constructors
View SourcePublicDnsNamespaceState()
Declaration
public PublicDnsNamespaceState()
Properties
View SourceArn
The ARN that Amazon Route 53 assigns to the namespace when you create it.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description that you specify for the namespace when you create it.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostedZone
The ID for the hosted zone that Amazon Route 53 creates when you create a namespace.
Declaration
public Input<string> HostedZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the namespace.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |