powered by
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
route53_get_hosted_zone(Id)
[required] The ID of the hosted zone that you want to get information about.
svc$get_hosted_zone( Id = "string" )
# NOT RUN { # The following example gets information about the Z3M3LMPEXAMPLE hosted # zone. svc$get_hosted_zone( Id = "Z3M3LMPEXAMPLE" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab