servicediscovery_update_public_dns_namespace {paws.networking} | R Documentation |
Updates a public DNS namespace
Description
Updates a public DNS namespace.
See https://www.paws-r-sdk.com/docs/servicediscovery_update_public_dns_namespace/ for full documentation.
Usage
servicediscovery_update_public_dns_namespace(
Id,
UpdaterRequestId = NULL,
Namespace
)
Arguments
Id |
[required] The ID of the namespace being updated. |
UpdaterRequestId |
A unique string that identifies the request and that allows failed
|
Namespace |
[required] Updated properties for the public DNS namespace. |
[Package paws.networking version 0.7.0 Index]