Gets a domain name.
apigatewayv2_get_domain_name(DomainName)[required] The domain name.
A list with the following syntax:
list(
ApiMappingSelectionExpression = "string",
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"
)
),
MutualTlsAuthentication = list(
TruststoreUri = "string",
TruststoreVersion = "string",
TruststoreWarnings = list(
"string"
)
),
Tags = list(
"string"
)
)
svc$get_domain_name( DomainName = "string" )