Update Private Dns Namespace
servicediscovery_update_private_dns_namespace | R Documentation |
Updates a private DNS namespace¶
Description¶
Updates a private DNS namespace.
Usage¶
servicediscovery_update_private_dns_namespace(Id, UpdaterRequestId,
Namespace)
Arguments¶
Id |
[required] The ID of the namespace that you want to update. |
UpdaterRequestId |
A unique string that identifies the request and that allows
failed |
Namespace |
[required] Updated properties for the private DNS namespace. |
Value¶
A list with the following syntax:
list(
OperationId = "string"
)
Request syntax¶
svc$update_private_dns_namespace(
Id = "string",
UpdaterRequestId = "string",
Namespace = list(
Description = "string",
Properties = list(
DnsProperties = list(
SOA = list(
TTL = 123
)
)
)
)
)