paws.networking (version 0.1.6)

route53_get_hosted_zone: Gets information about a specified hosted zone including the four name servers assigned to the hosted zone

Description

Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.

Usage

route53_get_hosted_zone(Id)

Arguments

Id

[required] The ID of the hosted zone that you want to get information about.

Request syntax

svc$get_hosted_zone(
  Id = "string"
)

Examples

Run this code
# NOT RUN {
# The following example gets information about the Z3M3LMPEXAMPLE hosted
# zone.
# }
# NOT RUN {
svc$get_hosted_zone(
  Id = "Z3M3LMPEXAMPLE"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab