apigatewayv2_create_domain_name {paws.networking} | R Documentation |
Creates a domain name
Description
Creates a domain name.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_domain_name/ for full documentation.
Usage
apigatewayv2_create_domain_name(
DomainName,
DomainNameConfigurations = NULL,
MutualTlsAuthentication = NULL,
Tags = NULL
)
Arguments
DomainName |
[required] The domain name. |
DomainNameConfigurations |
The domain name configurations. |
MutualTlsAuthentication |
The mutual TLS authentication configuration for a custom domain name. |
Tags |
The collection of tags associated with a domain name. |
[Package paws.networking version 0.7.0 Index]