Creates a domain name.
apigatewayv2_create_domain_name(DomainName, DomainNameConfigurations,
Tags)[required] The domain name.
The domain name configurations.
The collection of tags associated with a domain name.
svc$create_domain_name(
DomainName = "string",
DomainNameConfigurations = list(
list(
ApiGatewayDomainName = "string",
CertificateArn = "string",
CertificateName = "string",
CertificateUploadDate = as.POSIXct(
"2015-01-01"
),
DomainNameStatus = "AVAILABLE"|"UPDATING",
DomainNameStatusMessage = "string",
EndpointType = "REGIONAL"|"EDGE",
HostedZoneId = "string",
SecurityPolicy = "TLS_1_0"|"TLS_1_2"
)
),
Tags = list(
"string"
)
)