apigateway_update_domain_name {paws.networking} | R Documentation |
Changes information about the DomainName resource
Description
Changes information about the DomainName resource.
See https://www.paws-r-sdk.com/docs/apigateway_update_domain_name/ for full documentation.
Usage
apigateway_update_domain_name(
domainName,
domainNameId = NULL,
patchOperations = NULL
)
Arguments
domainName |
[required] The name of the DomainName resource to be changed. |
domainNameId |
The identifier for the domain name resource. Supported only for private custom domain names. |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
[Package paws.networking version 0.9.0 Index]