AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
returns the VPCs associated with the specified hosted zone and does not reflect
the VPC associations by Route 53 Profiles. To get the associations to a Profile, call
the ListProfileAssociations
API.
For .NET Core this operation is only available in asynchronous form. Please refer to GetHostedZoneAsync.
Namespace: Amazon.Route53
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z
public abstract GetHostedZoneResponse GetHostedZone( GetHostedZoneRequest request )
Container for the necessary parameters to execute the GetHostedZone service method.
Exception | Condition |
---|---|
InvalidInputException | The input is not valid. |
NoSuchHostedZoneException | No hosted zone exists with the ID that you specified. |
The following example gets information about the Z3M3LMPEXAMPLE hosted zone.
var client = new AmazonRoute53Client(); var response = client.GetHostedZone(new GetHostedZoneRequest { Id = "Z3M3LMPEXAMPLE" }); DelegationSet delegationSet = response.DelegationSet; HostedZone hostedZone = response.HostedZone;
.NET Framework:
Supported in: 4.5 and newer, 3.5