Gets the domain names for an AWS account.
apigatewayv2_get_domain_names(MaxResults, NextToken)
The maximum number of elements to be returned for this resource.
The next page of elements from this collection. Not valid for the last element of the collection.
A list with the following syntax:
list( Items = list( 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" ) ) ), NextToken = "string" )
svc$get_domain_names( MaxResults = "string", NextToken = "string" )