apigatewayv2_update_domain_name {paws.networking}R Documentation

Updates a domain name

Description

Updates a domain name.

See https://www.paws-r-sdk.com/docs/apigatewayv2_update_domain_name/ for full documentation.

Usage

apigatewayv2_update_domain_name(
  DomainName,
  DomainNameConfigurations = NULL,
  MutualTlsAuthentication = NULL
)

Arguments

DomainName

[required] The domain name.

DomainNameConfigurations

The domain name configurations.

MutualTlsAuthentication

The mutual TLS authentication configuration for a custom domain name.


[Package paws.networking version 0.9.0 Index]